clear method

Future<void> clear()

Clears all items from the cache.

Implementation

Future<void> clear() async {
  await _storage.clear();
}