confirmPayment abstract method
Future<PaymentIntent>
confirmPayment(
- String paymentIntentClientSecret,
- PaymentMethodParams? params,
- PaymentMethodOptions? options
Implementation
Future<PaymentIntent> confirmPayment(
String paymentIntentClientSecret,
PaymentMethodParams? params,
/// Paymentmethod options
PaymentMethodOptions? options,
);