moko-permissions
moko-permissions copied to clipboard
Request multiple permissions at once
Sometimes it is needed to request multiple permissions at once, e.g. Bluetooth + Location. It would be nice to have this case covered by a (separate) method.
you can do it just call multiple times request permission now. for android multiple permissions at once can be used (system UI allow it), but on iOS result will be as now (sequence of requests)
any example how to request multiple permission?