close method

void close()

Releases the resources used by this client.

Implementation

void close() {
  _auth?.close();
  _storage?.close();
  _httpClient?.close();
}