TF-1810 Move all hive clients to a separate folder
(cherry picked from commit c72e16b576835b7748e20ab3e5cce5e1f505a65f)
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