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