connectionStateStream property

Stream<CubeChatConnectionState> connectionStateStream

Implementation

Stream<CubeChatConnectionState> get connectionStateStream {
  return _connectionStateStreamController.stream;
}