states property
Stream<ServiceState<S> >
get
states
This stream emits the service's state whenever it changes, it will never emit errors.
Implementation
Stream<ServiceState<S>> get states => _controller.stream;