showTitle static method
Shows the titlebar of the window.
Implementation
static Future<void> showTitle() async {
await _completer.future;
await _windowManipulatorMethodChannel.invokeMethod('showTitle');
}
Shows the titlebar of the window.
static Future<void> showTitle() async {
await _completer.future;
await _windowManipulatorMethodChannel.invokeMethod('showTitle');
}