How to set location persmission granted from custom dialog using flutter

648 views Asked by At

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

There are 1 answers

1
MohitJadav On

The short answer is, you can't. As android documentation puts: You can find more detailed information here

Android only.