unzoomWindow static method

Future<void> unzoomWindow()

Unzooms the window.

This method is only available on macOS.

Implementation

static Future<void> unzoomWindow() async {
  WindowManipulator.unzoomWindow();
}