switchView method
switches from one of the webviews to another
Implementation
void switchView(bool value) {
isShowingFirst = value;
notifyListeners();
}
switches from one of the webviews to another
void switchView(bool value) {
isShowingFirst = value;
notifyListeners();
}