stateStream property
Stream<HubConnectionState>
get
stateStream
Emits upon changes of the {@link HubConnectionState}.
Implementation
Stream<HubConnectionState> get stateStream =>
_hubConnectionStateMaintainer.hubConnectionStateStream;