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