connect method

Future<void> connect()

Implementation

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