BrowserCompletionCallback typedef
BrowserCompletionCallback =
void Function()
Callback function type for handling payment completion.
This callback is invoked when:
- The payment process is completed (success or failure)
- The browser is redirected to the return URL
- The user closes the payment browser
Implementation
typedef BrowserCompletionCallback = void Function();