updateProgressShow method
Implementation
void updateProgressShow(bool isShow) {
if(webView?.onProgressShow != null) {
webView?.onProgressShow!(isShow);
}
}
void updateProgressShow(bool isShow) {
if(webView?.onProgressShow != null) {
webView?.onProgressShow!(isShow);
}
}