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