Closed lorenzOliveto closed 6 months ago
Hi @lorenzOliveto thanks for the PR. We'll take a look at it early next week
Thanks @kiftio for the reivew, to answer your question, I have a Flutter app that invokes that code from a Flutter plugin. That means that I only have the activity and I need a way to close the sheet once the checkout is completed.
I'll make those changes and update the PR.
What are you trying to accomplish?
Have the possibility to dismiss the
CheckoutDialog
once the checkout is completed. At the moment this is not possible since we don't have the instance of the dialog created so we can't calldismiss
on it. With this PR theCheckoutDialog
reference is returned so it can be used later to dismiss it.Before you deploy