encodeOutput method

  1. @override
Uint8List encodeOutput(
  1. Uint8List data
)
override

encode the output of the channel from bytes

Implementation

@override
Uint8List encodeOutput(Uint8List data) {
  return data;
}