ApplicationContext constructor
const
ApplicationContext({
- String? brandName,
- String? locale,
- ShippingPreference? shippingPreference,
- UserAction? userAction,
- PaymentMethod? paymentMethod,
- required String returnUrl,
- required String cancelUrl,
Implementation
const ApplicationContext(
{this.brandName,
this.locale,
this.shippingPreference,
this.userAction,
this.paymentMethod,
required this.returnUrl,
required this.cancelUrl});