Store and get fcm cache by AccountId
(cherry picked from commit e327dff45a4fc67d0c5a2d2afe64fc4673e2eac1)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
import 'package:tmail_ui_user/features/caching/config/hive_cache_client.dart';
|
||||
import 'package:tmail_ui_user/features/caching/utils/caching_constants.dart';
|
||||
|
||||
class FcmCacheClient extends HiveCacheClient<String> {
|
||||
|
||||
@override
|
||||
String get tableName => CachingConstants.fcmCacheBoxName;
|
||||
}
|
||||
Reference in New Issue
Block a user