callBackAds method
Implementation
Future callBackAds() async {
try {
return true;
} on PlatformException catch (e) {
if (kDebugMode) {
print("Failed to call backAd interstitial ad: '${e.message}'.");
}
return true;
}
}
Future callBackAds() async {
try {
return true;
} on PlatformException catch (e) {
if (kDebugMode) {
print("Failed to call backAd interstitial ad: '${e.message}'.");
}
return true;
}
}