clearClientKeyboard static method
void
clearClientKeyboard()
清除数据
Implementation
static void clearClientKeyboard() {
SystemChannels.textInput.invokeMethod('TextInput.clearClient');
}
清除数据
static void clearClientKeyboard() {
SystemChannels.textInput.invokeMethod('TextInput.clearClient');
}