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