menu
s_packages package
documentation
universal_html/prefer_universal/html.dart
Window
open method
open method
dark_mode
light_mode
open
method
WindowBase
open
(
String
url
,
String
name
, [
String
?
options
])
Opens a new window.
Other resources
Window.open
from MDN.
Implementation
WindowBase open(String url, String name, [String? options]) { return this; }
s_packages package
documentation
universal_html/prefer_universal/html
Window
open method
Window class