I have a problem with gps management in a flutter application.
I've seen in this answer:
how I can check if a gps is active in a flutter app.
If is not active (GeolocationStatus.denied) how can I take with flutter a user to device settings for turn on gps?
Thank you.