close method

void close()

Closes the underlying HTTP client and releases network sockets.

Implementation

void close() => _innerClient.close();