feat : change app inspector and exception handling
This commit is contained in:
@@ -5,9 +5,17 @@ import 'package:rasadyar_core/core.dart';
|
||||
|
||||
final di = GetIt.instance;
|
||||
|
||||
Future<void> setupInjection() async{
|
||||
await setupAuthDI();
|
||||
Future<void> setupPreInjection() async{
|
||||
await setupAllCoreProvider();
|
||||
await setupAuthDI();
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Future<void> setupInjection() async{
|
||||
|
||||
await setupChickenDI();
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user