connect method

Future<void> connect(
  1. String host, {
  2. int? port,
})

Implementation

Future<void> connect(String host, {int? port}) {
  throw UnimplementedError('connect() has not been implemented.');
}