@ -112,7 +112,6 @@ class _HumanAnatomyState extends State<HumanAnatomy> {
_bodyPartList.remove(svgName);
} else {
_bodyPartList.add(svgName);
// _bodyPartList.forEach((e) => print(e));
}
});
},
@ -539,7 +539,8 @@ class _SearchByClinicState extends State<SearchByClinic> {
navigateToDentalComplaints(context, searchInfo);
} else if (dropdownValue.split("-")[0] == "253") {
navigateToLaserClinic(context);
// navigateToLaserClinic(context);
callDoctorsSearchAPI();
} else if (dropdownValue.split("-")[1] == "true"
// && authProvider.isLogin &&
// authUser.patientType == 1