ToastManager class

Toast manager, manage toast list.

Constructors

ToastManager()
Factory to create ToastManager singleton.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toastSet Set<ToastFuture>
Set used to save ToastFuture.
getter/setter pair

Methods

addFuture(ToastFuture future) → void
Add ToastFuture.
dismissAll({bool showAnim = false}) → void
Dismiss all toast.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeFuture(ToastFuture future) → void
Remove ToastFuture.
toString() String
A string representation of this object.
inherited

Operators

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