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