NotificationManager class abstract

Implementers

Constructors

NotificationManager()

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

displayPopup(String title, String body, Map<String, dynamic> message, dynamic onReadNotification(Map<String, dynamic>)) Future<void>
displays notification pop in ui when user is using the app
navigates user according to the payload in message
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onNotificationRead(VoidCallback onNotificationRead) → void
a listener which listens to changes when a push notification arrives when app is active state.
toString() String
A string representation of this object.
inherited

Operators

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