allowInterstitialAdsWhenVideoCostAreLower static method

  1. @Deprecated("Use CAS.settings.allowInterstitialAdsWhenVideoCostAreLower(bool isAllow) instead")
Future<void> allowInterstitialAdsWhenVideoCostAreLower(
  1. bool isAllow
)

Implementation

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