stateStream property
Stream<WebSocketState>
get
stateStream
Returns the stream of state changes.
Implementation
Stream<WebSocketState> get stateStream => _stateController.stream;
Returns the stream of state changes.
Stream<WebSocketState> get stateStream => _stateController.stream;