close method

void close()
override

Closes the shared HTTP client.

Implementation

void close() {
  _httpClient.close();
}