setWindowBackgroundColorToClear static method

Future<void> setWindowBackgroundColorToClear()

Sets the window background color to clear.

Implementation

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