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