menu
flutter_stripe_web package
documentation
flutter_stripe_web.dart
StripePlatform
handleNextAction abstract method
handleNextAction abstract method
dark_mode
light_mode
handleNextAction
abstract method
Future
<
PaymentIntent
>
handleNextAction
(
String
paymentIntentClientSecret
, {
String
?
returnURL
,
})
Implementation
Future<PaymentIntent> handleNextAction(String paymentIntentClientSecret, {String? returnURL});
flutter_stripe_web package
documentation
flutter_stripe_web
StripePlatform
handleNextAction abstract method
StripePlatform class