requestKeyboard method

void requestKeyboard()

Implementation

void requestKeyboard() {
  if (_hasFocus) {
    _textInputConnection!.show();
  }
}