registerWith static method

void registerWith(
  1. Registrar registrar
)

Registers this class as the platform implementation.

Implementation

static void registerWith(Registrar registrar) {
  KeyboardLanguagePlatform.instance = KeyboardLanguageWeb();
}