Active or Discative Admob
Last updated
Last updated
To disable ads within the app, navigate to the following directory: codesource/lib/helpers/constants.dart.
In this file, you will locate a variable named const bool showAds = true;
.
If this variable is set to true
it means that the ads are enabled. To disable the ads, change the variable to false
, and then restart the app from the beginning.