hideCloseButton static method

Future<void> hideCloseButton()

Hides the window's close button.

This method is only available on macOS.

Implementation

static Future<void> hideCloseButton() async {
  WindowManipulator.hideCloseButton();
}