connectionStateStream property

Stream<XmppConnectionState> connectionStateStream

Implementation

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