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