enableRemoteConfigValueCaching method
Used to disable RC Value caching
Implementation
CountlyConfig enableRemoteConfigValueCaching() {
_remoteConfigValueCaching = true;
return this;
}
Used to disable RC Value caching
CountlyConfig enableRemoteConfigValueCaching() {
_remoteConfigValueCaching = true;
return this;
}