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