zoomWindow static method
Zooms the window.
This method is only available on macOS.
Implementation
static Future<void> zoomWindow() async {
WindowManipulator.zoomWindow();
}
Zooms the window.
This method is only available on macOS.
static Future<void> zoomWindow() async {
WindowManipulator.zoomWindow();
}