LocalNotification class

Constructors

LocalNotification()

Properties

flutterLocalNotificationsPlugin ↔ FlutterLocalNotificationsPlugin
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onClickNotification PushClickAction?
Developers should not use this field directly Bind the click callback
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

displayNotification({required String channelID, required String channelName, String? channelDescription, required String title, required String body, String? ext}) Future<void>
init(PushClickAction onClickNotificationFunction) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSelectNotification(String? payload) → void
toString() String
A string representation of this object.
inherited

Operators

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