requestAsJson method
Reads request value and parse as json
Implementation
Future<dynamic> requestAsJson() async =>
json.decode(await request.readAsString());
Reads request value and parse as json
Future<dynamic> requestAsJson() async =>
json.decode(await request.readAsString());