connect method

Future<String?> connect()

Implementation

Future<String?> connect() async {
  throw UnimplementedError('connect() has not been implemented.');
}