NotificationHelper class

Constructors

NotificationHelper.new()
factory

Properties

flutterLocalNotificationsPlugin → FlutterLocalNotificationsPlugin
final
hashCode int
The hash code for this object.
no setterinherited
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createNotificationChannel() Future<void>
handleNotificationClick(String? jsonPayload) Future<void>
initialize() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showImageNotification(String imageUrl, String msgId, String url) Future<void>
showRichCard(String msg, String msgId) Future<void>
showSelectedOptionDialog(String selectedOption) Future<void>
showSuggestion(String msg, String msgId) Future<void>
showTextNotification(String title, String message, String msgId, String redirectUrl) Future<void>
showURLNotification(String title, String message, String url, String msgId) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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