feat : role And permission

This commit is contained in:
2025-09-06 14:50:02 +03:30
parent bdf5344451
commit 34609d22a1
34 changed files with 657 additions and 306 deletions

View File

@@ -13,9 +13,6 @@ Future<void> setupAllCoreProvider() async {
//max 500MB Map Cashing
await FMTCObjectBoxBackend().initialise();
await diCore.allReady();
}
@@ -24,7 +21,8 @@ Future<void> _setUpLogger() async {
}
Future<void> _setupLocalStorage() async {
diCore.registerSingleton<HiveLocalStorage>(HiveLocalStorage());
var localStorage = diCore.registerSingleton<HiveLocalStorage>(HiveLocalStorage());
await localStorage.init();
}
Future<void> _setupRemote() async {