enableShadow static method

Future<void> enableShadow()

Enables the window's shadow.

Implementation

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