flutterlocation
flutterlocation copied to clipboard
Location().requestService not working on IOS
I used await Location().requestService
to request user to turn on the location service if it's disabled. It works as expected on Android but it doesn't prompt on IOS.
Does anyone has a workaround or encountered the same problem as me?