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