hideKeyboard function

dynamic hideKeyboard()

Implementation

hideKeyboard() {
  FocusManager.instance.primaryFocus?.unfocus();
}