SockJSOpenEvent constructor

SockJSOpenEvent(
  1. String transport,
  2. Uri url
)

Constructs a SockJSOpenEvent.

Implementation

SockJSOpenEvent(this.transport, this.url) : super._('open');