menu
nativeshell package
documentation
nativeshell.dart
Window
close method
close method
dark_mode
light_mode
close
method
Future
<
void
>
close
(
)
Implementation
Future<void> close() async { await _invokeMethod(Methods.windowClose); }
nativeshell package
documentation
nativeshell
Window
close method
Window class