encodeInput method

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

encode the input of the channel from bytes

Implementation

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