dart / 1 / dart-io / httpclientrequest / done.html

done property

Future<HttpClientResponse> done

A 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.

Source

Future<HttpClientResponse> get done;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-io/HttpClientRequest/done.html