setOnUrlChange method
Invoked when the underlying web view changes to a new url.
See PlatformWebViewController.setPlatformNavigationDelegate.
Implementation
@override
Future<void> setOnUrlChange(UrlChangeCallback onUrlChange) async {
this.onUrlChange = onUrlChange;
}