Hi, I’m trying to perform an action after some permission is granted. E.g.: user clicks on “send sms” to some particular number in the list, the permission dialog shows up, the user clicks “Accept” and the sms is being sent.
I’m using Accompanist permissions, but it seems that it works only with state of the permission, not with the callbacks. Is it possible to somehow perform an action as a result of the user clicking “Accept” or “Deny” in the permission dialog?