Hi, I'm new to adding paid subscriptions using Flutter. I am using "in_app_purchase" and have managed to implement a code that lists all products, which works correctly. However, I have a question: How can I determine if a user has an active account?
I have 3 subscriptions with the names "m1", "m2" and "m3", respectively. My goal is that, in case any of these three active subscriptions are detected, the system will return "true". Could you give me some guidance on this, I appreciate your help!