close method

void close()

Implementation

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