restorePlatformInputControl static method

void restorePlatformInputControl()

Restores the default platform text input control.

See also:

Implementation

static void restorePlatformInputControl() {
  setInputControl(_PlatformTextInputControl.instance);
}