stateAsync property

Future<T> stateAsync

The current Async state

Implementation

Future<T> get stateAsync;
void stateAsync=(Future<T> value)

Async state mutation.

User setState for mor options

See: state for sync state mutation

Implementation

set stateAsync(Future<T> value);