TF-886 Store encryptionKey in Hive database

This commit is contained in:
dab246
2022-09-07 10:35:12 +07:00
committed by Dat H. Pham
parent f1e512148d
commit 6018cd383a
11 changed files with 209 additions and 21 deletions
+1
View File
@@ -24,6 +24,7 @@ void main() async {
));
await MainBindings().dependencies();
await HiveCacheConfig().setUp();
await HiveCacheConfig.initializeEncryptionKey();
await Executor().warmUp();
await dotenv.load(fileName: 'env.file');
runApp(const TMailApp());