RegisterBidirectionalStreamCapsule constructor

RegisterBidirectionalStreamCapsule(
  1. Uint8List data
)

Creates a REGISTER_BIDIRECTIONAL_STREAM capsule carrying data.

Implementation

RegisterBidirectionalStreamCapsule(Uint8List data)
    : super(type: 0x41, data: data);