From 1968eb468241500931df82178244a936e7c59e16 Mon Sep 17 00:00:00 2001 From: Mohammad Aljammal Date: Wed, 6 Jan 2021 14:34:42 +0200 Subject: [PATCH] return privilege --- lib/locator.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/locator.dart b/lib/locator.dart index f00cc1f6..271bdf23 100644 --- a/lib/locator.dart +++ b/lib/locator.dart @@ -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());