createPhoenixSocket function
Implementation
PhoenixSocket createPhoenixSocket(
String endpoint,
Map<String, String> params,
) =>
PhoenixSocket(
endpoint,
connectionProvider: PhoenixHtmlConnection.provider,
socketOptions: PhoenixSocketOptions(params: params),
);