hideKeyboard function

void hideKeyboard()

Implementation

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