confirmApplePayPayment method

  1. @override
Future<void> confirmApplePayPayment(
  1. String clientSecret
)
override

Implementation

@override
Future<void> confirmApplePayPayment(String clientSecret) async {
  throw WebUnsupportedError.method('confirmApplePayPayment');
}