close method

void close()

Releases the underlying HTTP client when you are done with the instance.

Implementation

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