Toasts class
Transient notifications shown in the bottom-right #toasts region.
Constructors
Properties
Methods
-
error(
String message) → void - Shows an error toast.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
show(
String message, {String kind = ''}) → void - Shows a neutral toast.
-
success(
String message) → void - Shows a success toast.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited