stateStream property

Stream<FayeClientState> stateStream

The current state of the client in the form of stream

Implementation

Stream<FayeClientState> get stateStream => _stateController.stream;