close method
Close the request for input. Returns the value of done.
Implementation
@override
Future<HttpClientResponse> close() => httpClientRequest.close();
Close the request for input. Returns the value of done.
@override
Future<HttpClientResponse> close() => httpClientRequest.close();