setProgress method

void setProgress(
  1. bool status
)

monitors the loading progress of the webviews

Implementation

void setProgress(bool status) {
  isLoading = status;
  notifyListeners();
}