ImplementsFutureVoid class

This class implements Future

Implements
  • Future<void>

Constructors

ImplementsFutureVoid()

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<R>(FutureOr<R> onValue(T value), { Function onError }) → Future<R>
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