Dart
dart:io
HttpClientRequest
close abstract method
description
close method
Future
<
HttpClientResponse
>
close
(
)
override
Close the request for input. Returns the value of
done
.
Implementation
Future<HttpClientResponse> close();