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