We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe38436 commit ffa9681Copy full SHA for ffa9681
modules/domain/lib/init.dart
@@ -1,13 +1,10 @@
1
import 'package:domain/bloc/app/app_cubit.dart';
2
import 'package:domain/bloc/auth/auth_cubit.dart';
3
-//import 'package:data/init.dart';
4
import 'package:domain/services/AuthService.dart';
5
import 'package:get_it/get_it.dart';
6
7
class DomainInit {
8
static Future<void> initialize(GetIt getIt) async {
9
- //await DataInit.initialize(getIt);
10
-
11
//Cubits
12
getIt.registerSingleton(AppCubit(getIt()));
13
getIt.registerSingleton(SessionCubit());
0 commit comments