done property

This is same as close. A HttpClientResponse future that will complete once the request is successfully made.

If any problems occurs before the response is available, this future will completes with an UrlRequestError.

Implementation

@override
Future<HttpClientResponse> get done;