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