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