$camera static method

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

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);
}