connect method

Future<Map?> connect()

Implementation

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