fix : di
This commit is contained in:
@@ -6,7 +6,7 @@ import 'package:rasadyar_core/infrastructure/local/hive_local_storage.dart';
|
||||
final diCore = GetIt.instance;
|
||||
|
||||
Future<void> setupAllCoreProvider() async {
|
||||
diCore.registerSingleton(AuthMiddleware());
|
||||
|
||||
await _setUpLogger();
|
||||
await _setupLocalStorage();
|
||||
await _setupRemote();
|
||||
@@ -23,4 +23,4 @@ Future<void> _setupLocalStorage() async {
|
||||
|
||||
Future<void> _setupRemote() async {
|
||||
// diCore.registerSingleton<HiveLocalStorage>(HiveLocalStorage());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user