body property
This response's body. Provides access to the response body as a byte stream.
Implementation
@override
StreamedHttpBody get body => _response.body;
This response's body. Provides access to the response body as a byte stream.
@override
StreamedHttpBody get body => _response.body;