enableRemoteConfigValueCaching method

CountlyConfig enableRemoteConfigValueCaching()

Used to disable RC Value caching

Implementation

CountlyConfig enableRemoteConfigValueCaching() {
  _remoteConfigValueCaching = true;
  return this;
}