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