Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
toasts
→ List<Toast>
-
view all the toasts; usually you won't use this method, but it might be useful
if you're attempting to see if a toast was already inserted:
no setter
Methods
-
add(Toast toast)
→ void
-
add a toast.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(String toastId)
→ void
-
manually removes a toast with
toastId
from the toasts.
will not trigger the toasts toastsAction, but will trigger the toasts dismissAction.
-
toString()
→ String
-
A string representation of this object.
inherited