continueConfirmPaymentIntent method
Implementation
Future<Map> continueConfirmPaymentIntent(String token, String paymentIntentId,
Map<String, dynamic> paymentIntentInfo) {
throw UnimplementedError(
"Continue Confirm Payment Intent has not been implemented");
}