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