fixed timer issue

This commit is contained in:
2023-11-27 14:57:25 +05:30
parent 13e07b007a
commit 44cb728fab
10 changed files with 38 additions and 30 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>{