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