clearAll static method
Clear everything — both L1 and L2.
Implementation
static Future<void> clearAll() async {
_memory.clear();
await _box?.clear();
}
Clear everything — both L1 and L2.
static Future<void> clearAll() async {
_memory.clear();
await _box?.clear();
}