onUrlChange property
Callback invoked when the browser navigates to a new URL.
This can be used to:
- Track payment progress
- Detect completion
- Monitor for security issues
Implementation
final UrlChangeCallback onUrlChange;
Callback invoked when the browser navigates to a new URL.
This can be used to:
final UrlChangeCallback onUrlChange;