fat_ads library

Functions

appOpenAds({String appId = FatOpen.testAppId, String iosUnitId = FatOpen.testIosUnitId, String androidUnitId = FatOpen.testAndroidUnitId, Duration loadingTimeout = const Duration(seconds: 3)}) Future<void>
Initialize and load ads at top of main() This is an async function that returns when an Ads either is loaded or is unable to load within the specified timeout. To prevent Ads from suddenly appearing on your UI, make sure to call this function before runApp() and don't forget to use the await keyword.
appOpenAdsDisable() → void
Disable ads forever
appOpenAdsDisableFor(Duration timeout) → void
Disable ads for a period of time
appOpenAdsEnable() → void
Enable ads