TF-2298 Update expires time when old token has expired
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit fb26afe8f52df6e16476aea8a68f9f92c5c4b001)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
import 'package:tmail_ui_user/features/caching/config/hive_cache_client.dart';
|
||||
import 'package:tmail_ui_user/features/caching/utils/caching_constants.dart';
|
||||
import 'package:tmail_ui_user/features/push_notification/data/model/firebase_registration_cache.dart';
|
||||
|
||||
class FirebaseRegistrationCacheClient extends HiveCacheClient<FirebaseRegistrationCache> {
|
||||
|
||||
@override
|
||||
String get tableName => CachingConstants.firebaseRegistrationCacheBoxName;
|
||||
}
|
||||
Reference in New Issue
Block a user