orderFrontRegardless static method

Future<void> orderFrontRegardless()

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');
}