body method

Future<String> body()

The body as a string.

Implementation

Future<String> body() => _request.readAsString();