dispose method

void dispose()

Close the connection on the httpClient

Implementation

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