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