StreamProtocolChannel constructor
StreamProtocolChannel({
- required Stream<
Uint8List> input, - required StreamSink<
Uint8List> output,
Implementation
StreamProtocolChannel({required this.input, required this.output});