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