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