showKeyboard method

void showKeyboard()

Implementation

void showKeyboard() {
  SystemChannels.textInput.invokeMethod<void>('TextInput.show');
}