hideKeyboard method

void hideKeyboard()

Implementation

void hideKeyboard() {
  SystemChannels.textInput.invokeMethod<void>('TextInput.hide');
}