connect method

Future<void> connect()

Implementation

Future<void> connect() async {
  throw UnimplementedError(
    'TCP/SSL transport not configured -- '
    'connect to $host:$port (ssl=$useSsl)',
  );
}