OfferBottomSheetController constructor
OfferBottomSheetController({
- required CouponService couponService,
- required PromoVoucherService promoVoucherService,
- required CartService cartService,
Implementation
OfferBottomSheetController({
required this.couponService,
required this.promoVoucherService,
required this.cartService,
});