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