dispose method

void dispose()

Closes the HTTP client.

Implementation

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