showTitle static method

Future<void> showTitle()

Shows the titlebar of the window.

Implementation

static Future<void> showTitle() async {
  await _completer.future;
  await _windowManipulatorMethodChannel.invokeMethod('showTitle');
}