DrainWebTransportSessionCapsule constructor

DrainWebTransportSessionCapsule(
  1. Uint8List data
)

Creates a DRAIN_WEBTRANSPORT_SESSION capsule carrying data.

Implementation

DrainWebTransportSessionCapsule(Uint8List data)
    : super(type: 0x78ae, data: data);