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