checkFocus static method
Implementation
static bool checkFocus() {
if (GetInstance().isRegistered<MobileSearchBarController>() &&
Get.find<MobileSearchBarController>().myfocus != null &&
Get.find<MobileSearchBarController>().myfocus!.hasFocus) {
return true;
} else {
return false;
}
}