NotificationHelper class

Constructors

NotificationHelper.new()
factory

Properties

channelDescription String
getter/setter pair
channelId String
getter/setter pair
channelName String
getter/setter pair
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
voiceNotificationPlugin → FlutterLocalNotificationsPlugin
voice Notification
final

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>
showTextNotification
showURLNotification(String title, String message, String url, String msgId) Future<void>
toString() String
A string representation of this object.
inherited
voiceNotification(String message, String msgId, String redirectUrl) Future<void>

Operators

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