shouldShowAds static method

bool shouldShowAds()

Check if ads should be shown (not premium user)

Implementation

static bool shouldShowAds() => !_isPremiumUser;