confirmPaymentSheetPayment method

Future<void> confirmPaymentSheetPayment()

Confirms the paymentsheet payment

throws StripeException in case of a failure

Implementation

Future<void> confirmPaymentSheetPayment() async {
  return await _platform.confirmPaymentSheetPayment();
}