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