onStateChanged property
Stream<S>
get
onStateChanged
Stream of state changes from the other side.
Implementation
Stream<S> get onStateChanged => _controller.stream;
Stream of state changes from the other side.
Stream<S> get onStateChanged => _controller.stream;