eventsFlushIntervalMillis method Null safety

LDConfigBuilder eventsFlushIntervalMillis(
  1. int eventsFlushIntervalMillis
)

Sets the maximum amount of time in between sending analytics events to LaunchDarkly.

Implementation

LDConfigBuilder eventsFlushIntervalMillis(int eventsFlushIntervalMillis) {
  this._eventsFlushIntervalMillis = eventsFlushIntervalMillis;
  return this;
}