isWindowVisible static method

Future<bool> isWindowVisible()

Gets if the window is visible.

This method is only available on macOS.

Implementation

static Future<bool> isWindowVisible() async {
  return WindowManipulator.isWindowVisible();
}