@override Map<String, Function> methods() => { 'text': () => _resp.body, 'json': () => jsonDecode(_resp.body), };