Gets if the window is visible.
static Future<bool> isWindowVisible() async { await _completer.future; return await _windowManipulatorMethodChannel .invokeMethod('isWindowVisible'); }