NotificationHelper class

Constructors

NotificationHelper()

Properties

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

Methods

initialize(FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

convertNotification(Map<String, dynamic> data) NotificationBody
showBigPictureNotificationHiddenLargeIcon(String? title, String? body, NotificationBody? notificationBody, String image, FlutterLocalNotificationsPlugin fln) Future<void>
showBigTextNotification(String? title, String body, NotificationBody? notificationBody, FlutterLocalNotificationsPlugin fln) Future<void>
showNotification(RemoteMessage message, FlutterLocalNotificationsPlugin fln, bool data) Future<void>
showTextNotification(String title, String body, NotificationBody? notificationBody, FlutterLocalNotificationsPlugin fln) Future<void>