disableShadow static method
Disables the window's shadow.
Implementation
static Future<void> disableShadow() async {
await _completer.future;
await _windowManipulatorMethodChannel.invokeMethod('disableShadow');
}
Disables the window's shadow.
static Future<void> disableShadow() async {
await _completer.future;
await _windowManipulatorMethodChannel.invokeMethod('disableShadow');
}