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