hideTitle static method
Hides the titlebar of the window.
This method is only available on macOS.
Implementation
static Future<void> hideTitle() async {
  WindowManipulator.hideTitle();
}Hides the titlebar of the window.
This method is only available on macOS.
static Future<void> hideTitle() async {
  WindowManipulator.hideTitle();
}