hasActiveSubscriptions abstract method
Check whether the user has any active subscription. See: https://www.openiap.dev/docs/apis/has-active-subscriptions
Implementation
Future<bool> hasActiveSubscriptions([List<String>? subscriptionIds]);
Check whether the user has any active subscription. See: https://www.openiap.dev/docs/apis/has-active-subscriptions
Future<bool> hasActiveSubscriptions([List<String>? subscriptionIds]);