I am in Delhi but getting the coordinates of Mumbai while testing in ios but works in android
pos = await Geolocation.getCurrentPosition({
enableHighAccuracy: true,
timeout :10000
});
I am in Delhi but getting the coordinates of Mumbai while testing in ios but works in android
pos = await Geolocation.getCurrentPosition({
enableHighAccuracy: true,
timeout :10000
});