setWebviewLoaded method

void setWebviewLoaded()

Implementation

void setWebviewLoaded() {
  setState(() {
    _isWebviewUrlLoaded = true;
  });
}