decodeOutput abstract method

Uint8List decodeOutput(
  1. O data
)

decode the output of the channel to bytes

Implementation

Uint8List decodeOutput(O data);