FCMConfig class

Constructors

FCMConfig()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited

Static Properties

iosSettingsLisner Stream<IosNotificationSettings>
read-only
luanchedNotification FCMNotification
read-only
tokenRefreshLisner Stream<String>
read-only

Static Methods

deleteInstanceID() Future<bool>
getToken() Future<String>
initialize({String forgroundIconName, String androidChannelId, String androidChannelName, String androidChannelDescription, String translateMessage(String key, List<String> args)}) Future
subscribeToTopic(String topic) → void
unsubscribeFromTopic(String topic) → void