hideWebView method

void hideWebView()

Implementation

void hideWebView () {
  _hide = true;
  notifyListeners();
}