orderOut static method
Removes the window from the screen list, which hides the window.
Implementation
static Future<void> orderOut() async {
await _completer.future;
await _windowManipulatorMethodChannel.invokeMethod('orderOut');
}
Removes the window from the screen list, which hides the window.
static Future<void> orderOut() async {
await _completer.future;
await _windowManipulatorMethodChannel.invokeMethod('orderOut');
}