How to set location persmission granted from custom dialog using flutter

Viewed 23

I want to set the location permission using a custom dialog and not the built native dialoges. If user press 'agree' then permission should be granted if presses 'disagree' then premssion should be denied

1 Answers
Related