setProgress method
monitors the loading progress of the webviews
Implementation
void setProgress(bool status) {
isLoading = status;
notifyListeners();
}
monitors the loading progress of the webviews
void setProgress(bool status) {
isLoading = status;
notifyListeners();
}