menu
avory_ad_control package
documentation
example/monetization_helper.dart
PremiumManager
shouldShowAds static method
shouldShowAds static method
dark_mode
light_mode
shouldShowAds
static method
bool
shouldShowAds
(
)
Check if ads should be shown (not premium user)
Implementation
static bool shouldShowAds() => !_isPremiumUser;
avory_ad_control package
documentation
example/monetization_helper
PremiumManager
shouldShowAds static method
PremiumManager class