close method

void close()

Closes the underlying package:http client.

Implementation

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