CheckoutShopify constructor
const
CheckoutShopify({
- Key? key,
- String? checkoutId,
- String? storefrontToken = '',
- String? cartId,
- dynamic onMessage(
- dynamic
- dynamic onSuccess()?,
- dynamic onError()?,
- String? storeId = '',
- String? fbpixel = '',
- String? gaTrackingID = '',
- String? webEngageID = '',
- String? moEngageID = '',
- String? sessionId = '',
- Map<
String, dynamic> ? utmParams = const {}, - String? orderTags,
Implementation
const CheckoutShopify({
Key? key,
this.checkoutId,
this.storefrontToken = '',
this.cartId,
this.onMessage,
this.onSuccess,
this.onError,
this.storeId = '',
this.fbpixel = '',
this.gaTrackingID = '',
this.webEngageID = '',
this.moEngageID = '',
this.sessionId = '',
this.utmParams = const {},
this.orderTags,
}) : super(key: key);