clear method

Future<void> clear()

Clears all cached data.

Implementation

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