clearCache method

void clearCache()

Clears the cache attached to the client.

Implementation

void clearCache() => _client?.cache.store.reset();