isTeamSubscriber function
Whether the user is a Team subscriber.
Implementation
bool isTeamSubscriber() => getSubscriptionType() == SubscriptionType.team;
Whether the user is a Team subscriber.
bool isTeamSubscriber() => getSubscriptionType() == SubscriptionType.team;