watchState method
Reactively watches the current StreamState.
Implementation
StreamState watchState() {
throwIfDisposed('watch state');
return _state.watch();
}
Reactively watches the current StreamState.
StreamState watchState() {
throwIfDisposed('watch state');
return _state.watch();
}