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