W3cubDocs

/Dart 2

done property

Future<HttpClientResponse> done
override

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.

Implementation

Future<HttpClientResponse> get done;

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