AndroidFlutterPushedMessaging class

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
initialPush Map?
getter/setter pair
messageCallback ↔ dynamic Function(Map)?
getter/setter pair
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clickOnPush(Map pushedMessage, String platform) Future<void>
getLog() Future<String?>
override
getNewToken(String token, {String? apnsToken, String? fcmToken, String? hpkToken}) Future<String>
inherited
init(dynamic backgroundMessageHandler(Map), [String title = "Pushed", String body = "The service active"]) Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reconnect() Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

convertMessage(Map<String, dynamic> message) Map