decodeInput abstract method

Uint8List decodeInput(
  1. I data
)

decode the input of the channel to bytes

Implementation

Uint8List decodeInput(I data);