removeMaskImage static method
Removes the window's mask image.
Implementation
static Future<void> removeMaskImage() async {
await _completer.future;
await _windowManipulatorMethodChannel.invokeMethod('removeMaskImage');
}
Removes the window's mask image.
static Future<void> removeMaskImage() async {
await _completer.future;
await _windowManipulatorMethodChannel.invokeMethod('removeMaskImage');
}