Returns if the window is zoomed.
static Future<bool> isWindowZoomed() async { await _completer.future; return await _windowManipulatorMethodChannel.invokeMethod('isWindowZoomed'); }