@ -109,6 +109,8 @@ class _RegisterSearchPatientPageState extends State<RegisterSearchPatientPage> {
countryList.add(iraqCountry);
countryList.add(liberiaCountry);
countryList.add(senegalCountry);
country = countryList[0];
_phoneCode.text = countryList[0]['id'].toString();
}
@override