fix(cnb): Cannot clear email state cache when reload page

(cherry picked from commit a901206a7879d2f670d29be52ab4a297f1eb6c72)
This commit is contained in:
dab246
2025-11-28 15:56:58 +07:00
committed by Dat H. Pham
parent f89bfaca74
commit 9d4f6e73d2
11 changed files with 120 additions and 51 deletions
@@ -91,6 +91,9 @@ class FCMCacheManager extends CacheManagerInteraction {
Future<void> deleteByKey(String key) => _fcmCacheClient.deleteItem(key);
Future<void> deleteContainKey(String key) =>
_fcmCacheClient.clearAllDataContainKey(key);
@override
Future<void> migrateHiveToIsolatedHive() async {
await Future.wait([