reload method

Future<void> reload()

Reloads the current URL.

Implementation

Future<void> reload() {
  throw UnimplementedError(
      "WebView reload is not implemented on the current platform");
}