Getting entitlements for customer – revenuecat

What’s up some guys. I am implementing purchases_flutter in my flutter app and I have stumbled upon a problem. I have been following the revenuecat documentation on how to get customer entitlements and then grant them access to certain content. I am doing the following in my code: final customerInfo = Purchases.getCustomerInfo(); final entitlements =… Read More Getting entitlements for customer – revenuecat