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