stateStream property
Stream<State>
get
stateStream
A stream providing updates to the feature's state.
Listen to this stream to react to state changes, such as updating the UI.
Implementation
Stream<State> get stateStream;