This commit is contained in:
2023-11-18 21:02:00 +05:30
parent 85b8c4705f
commit 954ff36640
3 changed files with 10 additions and 5 deletions

View File

@ -174,7 +174,7 @@ class LocationService {
'$serverUrl/api/inbound?ln1=$lon1&la1=$lat1&ln2=$lon2&la2=$lat2&ln3=$lon3&la3=$lat3&ln4=$lon4&la4=$lat4';
}
}
//print('++++++++$url');
print('++++++++$url');
final response = await http.get(
Uri.parse(url),
headers: <String, String>{