clear static method

Future<void> clear()

Clear the entire cache.

Implementation

static Future<void> clear() => storage.clear();