|
|
|
@ -205,7 +205,7 @@ class _LaserClinicState extends State<LaserClinic> with SingleTickerProviderStat
|
|
|
|
|
|
|
|
|
|
|
|
callDoctorsSearchAPI() {
|
|
|
|
callDoctorsSearchAPI() {
|
|
|
|
int languageID = projectViewModel.isArabic ? 1 : 2;
|
|
|
|
int languageID = projectViewModel.isArabic ? 1 : 2;
|
|
|
|
GifLoaderDialogUtils.showMyDialog(context);
|
|
|
|
GifLoaderDialogUtils.showMyDialog(context, barrierDismissible: false);
|
|
|
|
List<DoctorList> doctorsList = [];
|
|
|
|
List<DoctorList> doctorsList = [];
|
|
|
|
List<String> arr = [];
|
|
|
|
List<String> arr = [];
|
|
|
|
List<String> arrDistance = [];
|
|
|
|
List<String> arrDistance = [];
|
|
|
|
|