Waiter class abstract

Utility class that aids in waiting for a predicate to be met.

since 1.7.0

Implementers

Constructors

Waiter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
until(String task, FutureOr<bool> isFinished()) Future<void>
Waits for isFinished to resolve true for the identified task.

Operators

operator ==(Object other) bool
The equality operator.
inherited