Closed
Description
Why does the requestPermissions method return void and not the result of the request? How are we supposed to handle the case where the user denies permission to use the camera? I can see in the code for iOS you catch the permission denied case and log it, while in Android the result is never even checked. In both cases nothing is returned to the calling code, which does not make sense to me. Am I missing something?