create static method

Future<Webview> create({
  1. CreateConfiguration? configuration,
})

Implementation

static Future<Webview> create({CreateConfiguration? configuration}) async {
  throw UnsupportedError('Desktop WebView windows are unavailable on Web.');
}