WebTransportSendStreamOptions constructor

WebTransportSendStreamOptions({
  1. JSObject? sendGroup,
  2. int sendOrder,
  3. bool waitUntilAvailable,
})

Implementation

external factory WebTransportSendStreamOptions({
  JSObject? sendGroup,
  int sendOrder,
  bool waitUntilAvailable,
});