close abstract method
Closes the response body.
This should be called when the body is no longer needed in order to free up underlying resources (e.g. sockets).
Implementation
Future<void> close();
Closes the response body.
This should be called when the body is no longer needed in order to free up underlying resources (e.g. sockets).
Future<void> close();