close method

void close()

Implementation

void close() {
  _httpClient.close(force: true);
}