dispose method

void dispose()

Disposes of the HTTP client resources.

Implementation

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