handleNextAction abstract method

Future<PaymentIntent> handleNextAction(
  1. String paymentIntentClientSecret, {
  2. String? returnURL,
})

Implementation

Future<PaymentIntent> handleNextAction(String paymentIntentClientSecret,
    {String? returnURL});