close method

void close()

Closes the owned HTTP client when the storage adapter created it.

Implementation

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