void show()

Requests that the text input control become visible.

Source

void show() {
  assert(attached);
  PlatformMessages.invokeMethod(_kChannelName, 'TextInput.show');
}