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