How to make the Stripe payment sheet for iOS in Flutter barrierDismissible: false?
I am using Stripe for iOS in my Flutter app and I want to disable the ability for the user to dismiss the payment sheet by tapping outside of it. Currently, when the user taps outside of the payment sheet, I am receiving an error from Stripe. I know that the barrierDismissible option is not… Read More How to make the Stripe payment sheet for iOS in Flutter barrierDismissible: false?