TF-1289: [Data] implement storeSubscription in fcm datasource

This commit is contained in:
HuyNguyen
2022-12-29 15:49:41 +07:00
committed by Dat Vu
parent 97a37e36be
commit dd6079385d
5 changed files with 84 additions and 14 deletions
@@ -13,4 +13,5 @@ class CachingConstants {
static const int AUTHENTICATION_INFO_HIVE_CACHE_IDENTIFY = 11;
static const int RECENT_LOGIN_URL_HIVE_CACHE_IDENTITY = 12;
static const int RECENT_LOGIN_USERNAME_HIVE_CACHE_IDENTITY = 13;
static const int FCM_SUBSCRIPTION_HIVE_CACHE_INDENTITY = 14;
}