ensureInitialized static method
Ensure that a TextInput instance has been set up so that the platform can handle messages on the text input method channel.
Implementation
static void ensureInitialized() {
_instance; // ignore: unnecessary_statements
}