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