EventType enum
Values
- onActivate → const EventType
- onDismissedApplicationHidden → const EventType
-
The app explicitly hid the toast notification by calling the ToastNotifier.hide method.
- onDismissedUserCanceled → const EventType
-
The user dismissed the toast notification.
- onDismissedTimedOut → const EventType
-
The toast notification had been shown for the maximum allowed time and was faded out. The maximum time to show a toast notification is 7 seconds except in the case of long-duration toasts, in which case it is 25 seconds.
Properties
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