showKeyboard static method
void
showKeyboard()
显示键盘
Implementation
static void showKeyboard() {
SystemChannels.textInput.invokeMethod('TextInput.show');
}
显示键盘
static void showKeyboard() {
SystemChannels.textInput.invokeMethod('TextInput.show');
}