hideKeyboard static method

void hideKeyboard()

Implementation

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