hardcoded device location to dubai for demo purposes.

This commit is contained in:
Faris Armoush
2025-06-30 14:22:54 +03:00
parent bd9a74b380
commit 8594168548

View File

@ -17,8 +17,8 @@ class DeviceLocationDetailsServiceDecorator implements DeviceLocationService {
'reverse',
queryParameters: {
'format': 'json',
'lat': param.latitude,
'lon': param.longitude,
'lat': 25.1880567,
'lon': 55.266608,
},
);