NotificationService class

Constructors

NotificationService()

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

cancelNotifications() Future<void>
initializePlatformNotifications(AndroidInitializationSettings initializationSettingsAndroid) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDidReceiveLocalNotification(int id, String? title, String? body, String? payload) → void
scheduleNotification({required int hour, required int minute, required int id, required String title, required String body, required String payload}) Future<void>
showLocalNotificationAfterSeconds({required int seconds, required int id, required String title, required String body, required String payload}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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