allowInterstitialAdsWhenVideoCostAreLower static method
- @Deprecated("Use CAS.settings.allowInterstitialAdsWhenVideoCostAreLower(bool isAllow) instead")
- bool isAllow
Implementation
@Deprecated(
"Use CAS.settings.allowInterstitialAdsWhenVideoCostAreLower(bool isAllow) instead")
static Future<void> allowInterstitialAdsWhenVideoCostAreLower(
final bool isAllow) {
return CAS.settings.allowInterstitialAdsWhenVideoCostAreLower(isAllow);
}