FirebaseCloudMessagingApi class Null safety
FCM send API that provides a cross-platform messaging solution to reliably deliver messages at no cost.
Constructors
- FirebaseCloudMessagingApi(Client client, {String rootUrl = 'https://fcm.googleapis.com/', String servicePath = ''})
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- projects → ProjectsResource
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- cloudPlatformScope → const String
-
See, edit, configure, and delete your Google Cloud data and see the email
address for your Google Account.
'https://www.googleapis.com/auth/cloud-platform'
- firebaseMessagingScope → const String
-
Send messages and manage messaging subscriptions for your Firebase
applications
'https://www.googleapis.com/auth/firebase.messaging'