zoomWindow static method

Future<void> zoomWindow()

Zooms the window.

This method is only available on macOS.

Implementation

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