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