decode the output of the channel to bytes
@override Uint8List decodeOutput(String data) { return Uint8List.fromList(utf8.encode(data)); }