LocalNotifier class

Properties

hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
no setter
listeners List<LocalNotificationListener>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(LocalNotificationListener listener) → void
close(LocalNotification notification) Future<void>
Closes the notification immediately.
destroy(LocalNotification notification) Future<void>
Destroys the notification immediately.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify(LocalNotification notification) Future<void>
Immediately shows the notification to the user.
removeListener(LocalNotificationListener listener) → void
setup({required String appName, ShortcutPolicy shortcutPolicy = ShortcutPolicy.requireCreate}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance LocalNotifier
The shared instance of LocalNotifier.
final