isProSubscriber function
Whether the user is a Pro subscriber.
Implementation
bool isProSubscriber() => getSubscriptionType() == SubscriptionType.pro;
Whether the user is a Pro subscriber.
bool isProSubscriber() => getSubscriptionType() == SubscriptionType.pro;