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