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