The current Async state
Future<T> get stateAsync;
Async state mutation.
User setState for mor options
See: state for sync state mutation
set stateAsync(Future<T> value);