Sets the window's alpha value.
This method is only available on macOS.
static Future<void> setWindowAlphaValue(double value) async { WindowManipulator.setWindowAlphaValue(value); return; }