currentUrl method
Accessor to the current URL that the WebView is displaying.
If no URL was ever loaded, returns null
.
Implementation
Future<String?> currentUrl() {
throw UnimplementedError(
"WebView currentUrl is not implemented on the current platform");
}