cleanJsonDecode method
Implementation
cleanJsonDecode(String body) {
try {
return jsonDecode(body);
} catch (_) {
throw body;
}
}
cleanJsonDecode(String body) {
try {
return jsonDecode(body);
} catch (_) {
throw body;
}
}