disconnect method

Future<Map?> disconnect()

Implementation

Future<Map<dynamic, dynamic>?> disconnect() {
  throw UnimplementedError('disconnect() has not been implemented.');
}