NotificationService class abstract

Constructors

NotificationService()

Properties

hashCode int
The hash code for this object.
no setterinherited
onMessage Stream<NotificationPayload>
no setter
onMessageOpened Stream<NotificationPayload>
no setter
onTokenRefresh Stream<String?>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkPermission() Future<NotificationAuthorization>
deleteToken() Future<void>
getInitialMessage() Future<NotificationPayload?>
getToken() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestPermission() Future<NotificationAuthorization>
toString() String
A string representation of this object.
inherited

Operators

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