decodeOutput method

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

decode the output of the channel to bytes

Implementation

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