@protected FutureOr<dynamic> tryDecodeJson(String data) { try { return json.decode(data); } catch (e) { chopperLogger.warning(e); return data; } }