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