isTeamSubscriber function

bool isTeamSubscriber()

Whether the user is a Team subscriber.

Implementation

bool isTeamSubscriber() => getSubscriptionType() == SubscriptionType.team;