close method
void
close()
Closes the owned HTTP client when the storage adapter created it.
Implementation
void close() {
_storage.close();
}
Closes the owned HTTP client when the storage adapter created it.
void close() {
_storage.close();
}