NotificationController class
This class is used to control the notifications
Constructors
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
-
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
-
initialize(
) → dynamic -
initListeners(
) → dynamic -
onActionReceivedMethod(
ReceivedAction receivedAction) → Future< void> - Use this method to detect when the user taps on a notification or action button
-
onDismissActionReceivedMethod(
ReceivedAction receivedAction) → Future< void> - Use this method to detect if the user dismissed a notification
-
onNotificationCreatedMethod(
ReceivedNotification receivedNotification) → Future< void> - Use this method to detect when a new notification or a schedule is created
-
onNotificationDisplayedMethod(
ReceivedNotification receivedNotification) → Future< void> - Use this method to detect every time that a new notification is displayed