Hello,
I want to fetch user current location (late-long) and send it to API ,
i do this with geolocator: ^11.0.0 and fetch late-long and send it to API , but it works when app is in foreground
and use flutter_background_service: ^5.0.6 For background mode and it works but not fetch late-long but hit api
i don’t know why location fetching is not working when app was closed or terminated.
any solution for this issue? or any different way to fetching location when app was closed and terminated
Thank you so much in advance !!