onShippingContactSelected property
For iOS only, a callback that is executed when a shipping contact is entered. If implemented this method requires to call 'Stripe.instance.updatePlatformSheet' with the updated shipping details
Implementation
final OnDidSetShippingContact? onShippingContactSelected;