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