makeTitlebarTransparent static method
Makes the window's titlebar transparent.
Implementation
static Future<void> makeTitlebarTransparent() async {
await _completer.future;
await _windowManipulatorMethodChannel
.invokeMethod('makeTitlebarTransparent');
}