getConnectionState method
Returns the ConnectionState of the connection
Implementation
Future<XmppConnectionState> getConnectionState() async {
return _connectionState;
}
Returns the ConnectionState of the connection
Future<XmppConnectionState> getConnectionState() async {
return _connectionState;
}