toWire method

WebsocketEventResponse toWire()

Implementation

$wp.WebsocketEventResponse toWire() {
  return $wp.WebsocketEventResponse(
      connectionResponse: WebsocketConnectionResponse(reject: reject));
}