ToasterController class
Toaster Controller class offers your three functions that can be used to perform various functions later when calling the toast notification.
It is especially intended to be used when you are calling toast notification without the duration.
Constructors
Properties
- end ↔ Function
-
end function is used to end the toast that was called
without the duration arguement
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setData ↔ dynamic Function(String)
-
setData function takes in string that can be used
to change the text of the toast notification later
on
getter/setter pair
- start ↔ Function
-
start function is used to start the notification
getter/setter pair
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