CheckoutController constructor
CheckoutController({
- required PaymentService paymentService,
- required LookupService lookupService,
- required ShippingService shippingService,
- required ProfileService profileService,
- required ProductService productService,
- required HistoryService historyService,
Implementation
CheckoutController({
required this.paymentService,
required this.lookupService,
required this.shippingService,
required this.profileService,
required this.productService,
required this.historyService,
// required this.facebookAppEvents,
// required this.firebaseAnalytics,
});