createConnection method

TransportConnection createConnection(
  1. String name,
  2. num priority,
  3. String key,
  4. Object options,
)

Creates a transport connection. This function has the same API as Transport#createConnection.

Implementation

external TransportConnection createConnection(
    String name, num priority, String key, Object options);