close method

void close()

Closes the underlying HTTP client (only if this adapter created it).

Implementation

void close() {
  if (_ownsClient) _client.close();
}