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