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