ImplementsFutureVoid class
This class implements Future
- Implements
-
- Future<
void>
- Future<
Constructors
Properties
- hashCode → int
-
read-only, inherited
- runtimeType → Type
-
read-only, inherited
Methods
-
asStream(
) → Stream< void> -
inherited
-
catchError(
Function onError, { bool test(Object error) }) → Future< void> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
inherited
-
then<
S> (FutureOr< S> onValue(T value), { Function onError }) → Future<S> -
inherited
-
timeout(
Duration timeLimit, { FutureOr< void> onTimeout() }) → Future<void> -
inherited
-
toString(
) → String -
inherited
-
whenComplete(
FutureOr action()) → Future< void> -
inherited
Operators
-
operator ==(
dynamic other) → bool -
inherited