ensureInitialized static method

void ensureInitialized()

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
}