close method

void close()

Implementation

void close() {
  if (_ownsHttpClient) {
    _httpClient.close();
  }
}