createPhoenixSocket function

PhoenixSocket createPhoenixSocket(
  1. String endpoint,
  2. Map<String, String> params
)

Implementation

PhoenixSocket createPhoenixSocket(
        String endpoint, Map<String, String> params) =>
    throw UnsupportedError('Cannot get server url');