Right now with just available() call - there seems to be no way to detect when there's a biometric feature but user has denied access to the app.
The available function seems to know about - but doesn't pass this critical piece of info back.
So no way for the app to tell the user - please enable permissions etc.
Passing the info back on the resolve() would fix the issue.
Or another method that returns a boolean based on disabled or not.