restartInterstitialInterval static method

  1. @Deprecated("Use CAS.settings.restartInterstitialInterval() instead")
Future<void> restartInterstitialInterval()

Implementation

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