isProSubscriber function

bool isProSubscriber()

Whether the user is a Pro subscriber.

Implementation

bool isProSubscriber() => getSubscriptionType() == SubscriptionType.pro;