intentCreationCallback method

  1. @override
Future<void> intentCreationCallback(
  1. IntentCreationCallbackParams params
)
override

Method used to confirm to the user that the intent is created successfull or not successfull when using a defferred payment method.

Implementation

@override
Future<void> intentCreationCallback(IntentCreationCallbackParams params) {
  throw WebUnsupportedError.method('intentCreationCallback');
}