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