hideKeyboard static method

dynamic hideKeyboard()

隐藏键盘

Implementation

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