enableZoomButton static method
Enables the window's zoom button.
The zoom button is enabled by default. This method is only available on macOS.
Implementation
static Future<void> enableZoomButton() async {
WindowManipulator.enableZoomButton();
}