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