Merge branch 'dev' into feature/session-persistence-new
This commit is contained in:
@@ -13,7 +13,7 @@ import 'presentation/pages/client_main_page.dart';
|
||||
class ClientMainModule extends Module {
|
||||
@override
|
||||
void binds(Injector i) {
|
||||
i.addSingleton(ClientMainCubit.new);
|
||||
i.addLazySingleton(ClientMainCubit.new);
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user