handleNextActionForSetupIntent method

  1. @override
Future<SetupIntent> handleNextActionForSetupIntent(
  1. String setupIntentClientSecret, {
  2. String? returnURL,
})
override

Implementation

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