removeMaskImage static method
Removes the window's mask image (macOS only).
Implementation
static Future<void> removeMaskImage() async {
  WindowManipulator.removeMaskImage();
}Removes the window's mask image (macOS only).
static Future<void> removeMaskImage() async {
  WindowManipulator.removeMaskImage();
}