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