dispose method

void dispose()

Dispose the HTTP client when done

Implementation

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