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