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