hideKeyboard static method

dynamic hideKeyboard()

Implementation

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