registerWith static method

void registerWith()

Registers this class as the platform implementation.

Implementation

static void registerWith() {
  KeyboardLanguagePlatform.instance = KeyboardLanguageLinux();
}