close method

void close()

Closes the underlying HTTP client transport.

Implementation

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