restorePlatformInputControl static method
Restores the default platform text input control.
See also:
- TextInput.setInputControl, a method to set a custom input control, or to remove the visual input control.
Implementation
static void restorePlatformInputControl() {
setInputControl(_PlatformTextInputControl.instance);
}