json abstract method
Returns a promise that resolves with the result of parsing the response body text as JSON.
Implementation
@override
Future<Object> json();
Returns a promise that resolves with the result of parsing the response body text as JSON.
@override
Future<Object> json();