makeTitlebarOpaque static method

Future<void> makeTitlebarOpaque()

Makes the window's titlebar opaque.

Implementation

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