disconnect method
Disconnect current connection.
Implementation
Future<void> disconnect() {
throw UnimplementedError('disconnect() has not been implemented.');
}
Disconnect current connection.
Future<void> disconnect() {
throw UnimplementedError('disconnect() has not been implemented.');
}