installWebView2 method

void installWebView2()

Implementation

void installWebView2() async {
  await Process.run(
      'webviewAsset/WebView2Runtime.exe', ['/silent', '/install']);
}