done property

Future<HttpClientResponse> done
override

An HttpClientResponse future that will complete once the response is available.

If an error occurs before the response is available, this future will complete with an error.

Implementation

Future<HttpClientResponse> get done;