fix(cnb): skip local email cache and add safe email/state cache clearing
(cherry picked from commit 0e7f589df58240badc1d2340e9856882aa075b63)
This commit is contained in:
@@ -89,11 +89,6 @@ 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