disableShadow static method

Future<void> disableShadow()

Disables the window's shadow.

Implementation

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