menu
webview_universal package
documentation
webview_desktop/webview_desktop_web.dart
WebviewWindow
create static method
create static method
dark_mode
light_mode
create
static method
Future
<
Webview
>
create
(
{
required
dynamic
configuration
,
})
Implementation
static Future<Webview> create({required configuration}) async { return Webview(); }
webview_universal package
documentation
webview_desktop/webview_desktop_web
WebviewWindow
create static method
WebviewWindow class