close method

void close()

Implementation

void close() {
  _options.httpClient.close();
}