close method
void
close()
Closes the underlying HTTP client and frees its resources.
Implementation
void close() => _httpClient.close();
Closes the underlying HTTP client and frees its resources.
void close() => _httpClient.close();