close method

void close()

Closes this instances underlying HTTP client.

Implementation

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