reload method
void
reload()
reload the webview
Implementation
void reload() {
_channel.invokeMethod('onRefreshPressed', {'webViewId': _webViewId});
}
reload the webview
void reload() {
_channel.invokeMethod('onRefreshPressed', {'webViewId': _webViewId});
}