Turn ads on / off
Set the following variables to true
or false
to either turn on or turn off the ads.
- Open the file
pro_web / lib / constants.dart
. - Edit the following variables to your values.
const bool showInterstitialAds = true;
const bool showBannerAds = true;