createWebView method
dynamic
createWebView()
Implementation
createWebView() {
widget.webView = BioWebView(
payload: widget.payload,
showCloseButton: widget.showCloseButton,
key: widget.key,
closeButton: widget.closeButton,
isEditMode: widget.isEditMode,
);
widget.webView?.onProgressShow = (isShow) {
updateProgressShow(isShow);
};
}