menu
messenger
util/web/web.dart
WebUtils
closeWindow static method
closeWindow
dark_mode
light_mode
closeWindow
static method
void
closeWindow
(
)
Closes the current window.
Implementation
static void closeWindow() => web.window.close();
messenger
web
WebUtils
closeWindow static method
WebUtils class