ExtendsFutureVoid class

This class extends Future

Inheritance
  • Object
  • Future<void>
  • ExtendsFutureVoid

Constructors

ExtendsFutureVoid(FutureOr<void> computation())
factory

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