decodeJson method

Future decodeJson()

Decodes the body into a JSON object.

Implementation

Future<dynamic> decodeJson() async => jsonDecode(await decode(utf8));