showTitle static method

Future<void> showTitle()

Shows the titlebar of the window.

This method is only available on macOS.

Implementation

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