presentApplePay abstract method

Future<void> presentApplePay(
  1. ApplePayPresentParams params,
  2. OnDidSetShippingContact? onDidSetShippingContact,
  3. OnDidSetShippingMethod? onDidSetShippingMethod
)

Implementation

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