connect static method

Future<WebSocket> connect(
  1. String url, {
  2. Iterable<String>? protocols,
})

Implementation

static Future<WebSocket> connect(
  String url, {
  Iterable<String>? protocols,
}) async =>
    throw _unsupportedError;