WebTransportError constructor

WebTransportError([
  1. String message,
  2. WebTransportErrorOptions options
])

Implementation

external factory WebTransportError([
  String message,
  WebTransportErrorOptions options,
]);