NotificationHelper class
Methods
-
createNotificationChannel()
→ Future<void>
-
-
handleNotificationClick(String? jsonPayload)
→ Future<void>
-
-
initialize(BuildContext context)
→ Future<void>
-
-
initialized()
→ 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)
→ 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