confirmPayment abstract method

Future<PaymentIntent> confirmPayment(
  1. String paymentIntentClientSecret,
  2. PaymentMethodParams? params,
  3. PaymentMethodOptions? options
)

Implementation

Future<PaymentIntent> confirmPayment(
  String paymentIntentClientSecret,
  PaymentMethodParams? params,

  /// Paymentmethod options
  PaymentMethodOptions? options,
);