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