refactor : apply some analyze

This commit is contained in:
2025-09-08 10:25:25 +03:30
parent 939f287388
commit 4ba59c12ec
6 changed files with 14 additions and 22 deletions

View File

@@ -16,7 +16,6 @@ Future<void> setupAllCoreProvider() async {
await diCore.allReady();
}
Future<void> _setUpLogger() async {}
Future<void> _setupLocalStorage() async {
var localStorage = diCore.registerSingleton<HiveLocalStorage>(HiveLocalStorage());