close method
void
close()
Closes the underlying HTTP client and releases network sockets.
Implementation
void close() => _innerClient.close();
Closes the underlying HTTP client and releases network sockets.
void close() => _innerClient.close();