Delete all cookies in the storage (regardless the keys).
@override Future<void> deleteAll(List<String> keys) async { final box = await _openBox(); await box.clear(); }