stateStream property

Stream<int> get stateStream

Get state change stream

Implementation

Stream<int> get stateStream => _stateController.stream;