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