PhoenixHtmlConnection constructor

PhoenixHtmlConnection(
  1. String _endpoint
)

Implementation

PhoenixHtmlConnection(this._endpoint) {
  _conn = new WebSocket(_endpoint);
  _opened = _conn.onOpen.first;
}