static Future<Socket> connect( dynamic host, int port, { dynamic sourceAddress, int sourcePort = 0, Duration? timeout, }) async { throw UnsupportedError('Socket unavailable on web'); }