decodeInput method

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

decode the input of the channel to bytes

Implementation

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