FlutterPushedMessagingPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterPushedMessagingPlatform
Implementers

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

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

Operators

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

Static Properties

instance FlutterPushedMessagingPlatform
getter/setter pair
messageController StreamController<Map>
getter/setter pair
onMessage Stream<Map>
no setter
onStatus Stream<ServiceStatus>
no setter
pushToken String?
getter/setter pair
status ServiceStatus
getter/setter pair
statusController StreamController<ServiceStatus>
getter/setter pair

Static Methods

confirmDelivered(String token, String messageId, String transport) Future<bool>