reload method

Future<void> reload()

Reloads the current URL.

Implementation

Future<void> reload() {
  return _webViewPlatformController.reload();
}