ReadyManager mixin

Properties

hashCode int
The hash code for this object.
no setterinherited
ready Future<bool>
Waits until the state is ready. Returns true on ready, and false on error. Override readyTimeout to change the time between checks (default 50ms).
no setter
readyError Object?
getter/setter pair
readyState ReadyState
The current initialisation state.
no setter
readyTimeout Duration
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onInit() → void
setError([Object? error]) → void
setReady() → void
setReadyState(ReadyState state) → void
setWorking() → void
toString() String
A string representation of this object.
inherited

Operators

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