removeMaskImage static method

Future<void> removeMaskImage()

Removes the window's mask image.

Implementation

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