isMaxSubscriber function
Whether the user is a Max subscriber.
Implementation
bool isMaxSubscriber() => getSubscriptionType() == SubscriptionType.max;
Whether the user is a Max subscriber.
bool isMaxSubscriber() => getSubscriptionType() == SubscriptionType.max;