show method

void show ()

Requests that the text input control become visible.

Implementation

void show() {
  assert(attached);
  SystemChannels.textInput.invokeMethod('TextInput.show');
}