reload method

Future<void> reload()

Reloads the WebView.

NOTE for Web: if window.location.reload() is not accessible inside the iframe, it will reload using the iframe src attribute.

Officially Supported Platforms/Implementations:

Implementation

Future<void> reload() => platform.reload();