In my Flutter application, I’ve implemented a PaywallFooterView to display subscription offers. I would like to dynamically change the footer text or perform specific actions based on the offer that the user selects. How can I:
1. Detect the currently selected offer from the available options?
Any guidance on how to achieve this would be greatly appreciated!