WaitChainBuilder class
Constructors
- WaitChainBuilder(WaitEvents _waitEvents)
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
-
blockUntil(
void continueFn(VoidCallback fn)) → WaitChainBuilder -
build(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
periodic(
double time, PeriodicCallback onTick) → WaitChainBuilder -
run(
VoidCallback fn) → WaitChainBuilder -
toString(
) → String -
A string representation of this object.
inherited
-
wait(
double time) → WaitChainBuilder -
waitAndDo(
double time, TimeUpdateCallback onUpdate) → WaitChainBuilder -
waitUntil(
UpdateSubscriptionCallback onUpdate) → WaitChainBuilder
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited