kshowKeyboard function

void kshowKeyboard()

展示软键盘

Implementation

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