closeKeyboard function

void closeKeyboard()

Implementation

void closeKeyboard() {
  SystemChannels.textInput.invokeMethod('TextInput.hide');
}