Returns the current URL that the WebView is displaying.
If no URL was ever loaded, returns null.
null
Future<String?> currentUrl() { return platform.currentUrl(); }