confirmationTokenCreationCallback method
Called when the customer confirms payment using confirmation tokens.
Implementation
Future<void> confirmationTokenCreationCallback(
IntentCreationCallbackParams params,
) async {
await _awaitForSettings();
return await _platform.confirmationTokenCreationCallback(params);
}