presentApplePay abstract method
Future<void>
presentApplePay(
- ApplePayPresentParams params,
- OnDidSetShippingContact? onDidSetShippingContact,
- OnDidSetShippingMethod? onDidSetShippingMethod
Implementation
Future<void> presentApplePay(
ApplePayPresentParams params,
OnDidSetShippingContact? onDidSetShippingContact,
OnDidSetShippingMethod? onDidSetShippingMethod,
);