Flutter permission_handler check if permission was asked before
I am using the permission_handler which is working fine, but now I need to know if a certain Permission has been requested before. So I am looking for something like PermissionStatus.notDetermined. Does this package offer something like this? I couldn't…