Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
activate({required void onRead(Map<String, dynamic>), required void onActivated(String?)})
→ Future<void>
-
activate remote push notification service when user is authenticated
-
addListener(PayloadCallback listener)
→ void
-
Add a listener which listens to changes when a push notification arrives when app is active state.
-
deactivate({required dynamic onDeactivated(String)})
→ Future<void>
-
deactivate remote push notification service when user is unauthenticated
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
removeListener(PayloadCallback listener)
→ void
-
Remove a previously added listener.
-
toString()
→ String
-
A string representation of this object.
inherited