NotificationService class

Constructors

NotificationService()

Properties

channel ↔ AndroidNotificationChannel
getter/setter pair
flutterLocalNotificationsPlugin ↔ FlutterLocalNotificationsPlugin
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isFlutterLocalNotificationsInitialized bool
getter/setter pair
observer PushNotificationsObserver
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init() Future<void>
initializeLocalNotifications() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setupNotifications() Future<void>
showNotification(RemoteMessage message) → void
toString() String
A string representation of this object.
inherited

Operators

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