550752a2a4
(cherry picked from commit e327dff45a4fc67d0c5a2d2afe64fc4673e2eac1)
9 lines
288 B
Dart
9 lines
288 B
Dart
|
|
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;
|
|
} |