CheckoutShopify constructor

const CheckoutShopify({
  1. Key? key,
  2. String? checkoutId,
  3. String? storefrontToken = '',
  4. String? cartId,
  5. dynamic onMessage(
    1. dynamic
    )?,
  6. dynamic onSuccess(
    1. FlowResult
    )?,
  7. dynamic onError(
    1. FlowResult
    )?,
  8. String? storeId = '',
  9. String? fbpixel = '',
  10. String? gaTrackingID = '',
  11. String? webEngageID = '',
  12. String? moEngageID = '',
  13. String? sessionId = '',
  14. Map<String, dynamic>? utmParams = const {},
  15. 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);