views/payment_browser library
Classes
- InAppPaymentBrowser
- Abstract class defining the interface for in-app payment browsers.
- PaymentBrowser
- A class that manages the in-app browser for processing payments.
Typedefs
- BrowserCompletionCallback = void Function()
- Callback function type for handling payment completion.
- UrlChangeCallback = void Function(String url)
- Callback function type for handling URL changes in the payment browser.