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