disconnect method
Attempt to gracefully close the session
Implementation
Future<void> disconnect() async {
await _disconnect(state: XmppConnectionState.notConnected);
}
Attempt to gracefully close the session
Future<void> disconnect() async {
await _disconnect(state: XmppConnectionState.notConnected);
}