setWebview method

void setWebview(
  1. bool newVal
)

Implementation

void setWebview(bool newVal) => setState(() {
      isWebView = newVal;
    });