stateStream property

Stream<State> get stateStream

Stream of all state updates

Implementation

Stream<State> get stateStream => _store.stream;