feat : role And permission
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user