removeMaskImage static method

Future<void> removeMaskImage()

Removes the window's mask image (macOS only).

Implementation

static Future<void> removeMaskImage() async {
  WindowManipulator.removeMaskImage();
}