stateStream property

Stream<HubConnectionState> stateStream

Emits upon changes of the {@link HubConnectionState}.

Implementation

Stream<HubConnectionState> get stateStream =>
    _hubConnectionStateMaintainer.hubConnectionStateStream;