handleNextActionForSetupIntent method
Implementation
@override
Future<SetupIntent> handleNextActionForSetupIntent(
String setupIntentClientSecret,
{String? returnURL}) {
throw WebUnsupportedError.method('handleNextActionForSetupIntent');
}