fix(cnb): Cannot clear email state cache when reload page
(cherry picked from commit a901206a7879d2f670d29be52ab4a297f1eb6c72)
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user