watchState method
Watches and returns the current async state reactively.
Implementation
AsyncState watchState() {
throwIfDisposed('watch state');
return _state.watch();
}
Watches and returns the current async state reactively.
AsyncState watchState() {
throwIfDisposed('watch state');
return _state.watch();
}