$audioVolumeMute static method

$Value? $audioVolumeMute(
  1. Runtime runtime,
  2. $Value? target,
  3. List<$Value?> args
)

Wrapper for the PhysicalKeyboardKey.audioVolumeMute getter

Implementation

static $Value? $audioVolumeMute(
  Runtime runtime,
  $Value? target,
  List<$Value?> args,
) {
  const value = PhysicalKeyboardKey.audioVolumeMute;
  return $PhysicalKeyboardKey.wrap(value);
}