window top-level property
The global window object.
On browser: wraps the real window.
On server: a no-op implementation with Dart-native fallbacks.
Implementation
final w.Window window = impl.createWindow();
The global window object.
On browser: wraps the real window.
On server: a no-op implementation with Dart-native fallbacks.
final w.Window window = impl.createWindow();