overrideMacOSBrightness static method
Overrides the brightness setting of the window (macOS only).
Implementation
static Future<void> overrideMacOSBrightness({
required bool dark,
}) async {
WindowManipulator.overrideMacOSBrightness(dark: dark);
}