close method

void close()

Closes the HTTP client, terminating all connections.

Implementation

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