Gets if the window is visible.
This method is only available on macOS.
static Future<bool> isWindowVisible() async { return WindowManipulator.isWindowVisible(); }