hideKeyboard static method

void hideKeyboard()

Implementation

static void hideKeyboard() {
  Get.focusScope?.unfocus();
}