stateStream property

Stream<T> stateStream

A broadcast stream that can be listened to. Whenever the state of this Molecule changes a new event will be emited on this stream providing the listener with the new state.

Implementation

Stream<T> get stateStream => _controller.stream;