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