state property

Stream<STATE> state

Returns Stream of states.

Implementation

Stream<STATE> get state => _controller.stream;