NotificationController class

Constructors

NotificationController()

Properties

applicationId String
getter/setter pair
appName String
getter/setter pair
behaviorSubject → BehaviorSubject<String>
final
hashCode int
The hash code for this object.
no setterinherited
notificationContent String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text bool
final

Methods

cancelAllNotifications() → void
initializePlatformNotifications() Future<void>
loadDefaultNotification(String? name, String? content, String? id) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDidReceiveLocalNotification(int id, String? title, String? body, String? payload) → void
scheduleDailyNotification(int id, TZDateTime input) Future<void>
selectNotification(String? payload) → void
showLocalNotification({required int id}) Future<void>
showPeriodicLocalNotification({required int id}) Future<void>
showScheduledLocalNotification({required int id, required int seconds}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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