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