registerWith static method
void
registerWith()
Registers this class as the platform implementation.
Implementation
static void registerWith() {
KeyboardLanguagePlatform.instance = KeyboardLanguageLinux();
}
Registers this class as the platform implementation.
static void registerWith() {
KeyboardLanguagePlatform.instance = KeyboardLanguageLinux();
}