hideZoomButton static method
Hides the window's zoom button.
This method is only available on macOS.
Implementation
static Future<void> hideZoomButton() async {
  WindowManipulator.hideZoomButton();
}Hides the window's zoom button.
This method is only available on macOS.
static Future<void> hideZoomButton() async {
  WindowManipulator.hideZoomButton();
}