orderFrontRegardless static method
Moves the window to the front of its level, even if its application isn't active, without changing either the key window or the main window.
Implementation
static Future<void> orderFrontRegardless() async {
await _completer.future;
await _windowManipulatorMethodChannel.invokeMethod('orderFrontRegardless');
}