$privacyScreenToggle static method
Wrapper for the PhysicalKeyboardKey.privacyScreenToggle getter
Implementation
static $Value? $privacyScreenToggle(
Runtime runtime,
$Value? target,
List<$Value?> args,
) {
const value = PhysicalKeyboardKey.privacyScreenToggle;
return $PhysicalKeyboardKey.wrap(value);
}