|
|
|
|
@ -47,6 +47,7 @@ import 'core/service/medical/vital_sign_service.dart';
|
|
|
|
|
import 'core/service/packages_offers/PackagesOffersServices.dart';
|
|
|
|
|
import 'core/service/parmacyModule/order-preview-service.dart';
|
|
|
|
|
import 'core/service/notifications_service.dart';
|
|
|
|
|
import 'core/service/privilege_service.dart';
|
|
|
|
|
import 'core/viewModels/AlHabibMedicalService/cmc_view_model.dart';
|
|
|
|
|
import 'core/service/parmacyModule/parmacy_module_service.dart';
|
|
|
|
|
|
|
|
|
|
@ -145,7 +146,7 @@ void setupLocator() {
|
|
|
|
|
|
|
|
|
|
locator.registerLazySingleton(() => VaccinationTableService());
|
|
|
|
|
locator.registerLazySingleton(() => NotificationService());
|
|
|
|
|
|
|
|
|
|
locator.registerLazySingleton(() => PrivilegeService());
|
|
|
|
|
locator.registerLazySingleton(() => PharmacyModuleService());
|
|
|
|
|
locator.registerLazySingleton(() => OrderPreviewService());
|
|
|
|
|
|
|
|
|
|
|