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