updateSessionPeriod static method
- @Deprecated('Use setUpdateSessionTimerDelay of CountlyConfig instead')
Implementation
@Deprecated('Use setUpdateSessionTimerDelay of CountlyConfig instead')
static Future<String?> updateSessionPeriod() async {
log('Calling "updateSessionPeriod"');
String msg = 'updateSessionPeriod is deprecated, use setUpdateSessionTimerDelay of CountlyConfig instead';
log(msg, logLevel: LogLevel.WARNING);
return msg;
}