Closed mi0772 closed 5 years ago
I am facing the same issue
The developer missd the implementation for singlepermission in andorid code. Use Permission.requestPermissions method and access the first element of the result
val permissions = await Permission.getPermissionStatus([PermissionName.Calendar, PermissionName.Camera]);
val permissionStatus = await Permission.getSinglePermissionStatus(PermissionName.Calendar);
Multiple permissions can be applied together on Android, but only one permission can be applied on iOS.
Hi when this method will be implemented ?
thanks for your great work