stateObservable property
Observable<S>
get
stateObservable
An Observable that emits the current state whenever it changes.
Implementation
Observable<S> get stateObservable => _subject;
An Observable that emits the current state whenever it changes.
Observable<S> get stateObservable => _subject;