clearAll static method

Future<void> clearAll()

Clears all data stored by all repositories in MemoryCacheStorage.

Implementation

static Future<void> clearAll() async {
  _boxes.clear();
}