refresh
Reloads the most recently loaded page.
This operation delegates to the native WebView's reload behavior. If the most recent navigation failed, WebViewController.url may contain that failed URL while this method reloads the last page that loaded successfully. To retry the most recently attempted URL instead, call loadUrl with WebViewController.url. After a successful navigation, both approaches reload the same URL.