Know if Phone calling permission has been always denied

Hello, with the Diagnostic Plugin I can know if the user clicked on “Never ask again” when the permission was requested since the requestLocationAuthorization(mode) method will return DENIED_ALWAYS.

I’d like to know if there is something similar for when checking the permissions for the phone calling on Android, since I can’t seem to make it work with the Android Permissions Plugin because it just returns true or false.

Thanks