encodeInput abstract method

I encodeInput(
  1. Uint8List data
)

encode the input of the channel from bytes

Implementation

I encodeInput(Uint8List data);