json method
Implementation
Future json() => Future.error(UnsupportedError(
'Body.json() is not available outside a browser context.'));
Future json() => Future.error(UnsupportedError(
'Body.json() is not available outside a browser context.'));