ToastManager class

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 Properties

entries List<OverlayEntry>
The list of current toasts on the screen. Use ToastManager.dismissAll() to clear the list and remove all the toasts from the screen.
no setter

Static Methods

dismiss(OverlayEntry entry) → void
Dismiss a specific toast
dismissAll() → void
Dismiss all the toasts in the screen
insert(OverlayEntry entry) → void
Insert a new toast in the screen