checkEntitlements abstract method

Future<Map<String, QEntitlement>> checkEntitlements()

You need to call the checkEntitlements method at the start of your app to check if a user has the required entitlement.

This method will check the user receipt and will return the current entitlements.

If Apple or Google servers are not responding at the time of the request, Qonversion provides the latest entitlements data from its database.

Implementation

Future<Map<String, QEntitlement>> checkEntitlements();