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