presentApplePay method

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

Implementation

@override
Future<void> presentApplePay(
  ApplePayPresentParams params,
  OnDidSetShippingContact? onDidSetShippingContact,
  OnDidSetShippingMethod? onDidSetShippingMethod,
) async {
  throw WebUnsupportedError.method('presentApplePay');
}