PushFlutterHandlers class

Constructors

PushFlutterHandlers(Push push)

Properties

hashCode int
The hash code for this object.
no setterinherited
push Push
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBackgroundMessage(RemoteMessage message) Future<void>
onMessage(RemoteMessage message) Future<void>
onNewToken(String token) → void
onNotificationTap(Map<String?, Object?> message) → void
Unfortunately, the intent provided to the app when a user taps on a notification does not include notification's title or body. In this instance, it makes more sense to remove this useful functionality from iOS too. Only the data property on the RemoteMessage is returned to the user. This is effectively the lowest common denominator API.
onOpenNotificationSettings() → void
toString() String
A string representation of this object.
inherited

Operators

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