stream property
Stream<CallbackControllerState>
get
stream
A stream with events of type CallbackControllerState.
Implementation
Stream<CallbackControllerState> get stream => _controller.stream;
A stream with events of type CallbackControllerState.
Stream<CallbackControllerState> get stream => _controller.stream;