TF-1810 Move all hive clients to a separate folder
(cherry picked from commit c72e16b576835b7748e20ab3e5cce5e1f505a65f)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import 'package:tmail_ui_user/features/caching/config/hive_cache_client.dart';
|
||||
import 'package:tmail_ui_user/features/login/data/model/authentication_info_cache.dart';
|
||||
|
||||
class AuthenticationInfoCacheClient extends HiveCacheClient<AuthenticationInfoCache> {
|
||||
|
||||
@override
|
||||
String get tableName => 'AuthenticationInfoCache';
|
||||
|
||||
@override
|
||||
bool get encryption => true;
|
||||
}
|
||||
Reference in New Issue
Block a user