dispose method

void dispose()

Disposes of the HTTP client

Implementation

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