allAttributesPrivate method Null safety

LDConfigBuilder allAttributesPrivate(
  1. bool allAttributesPrivate
)

Configures the SDK to never include optional attribute values in analytics events.

Implementation

LDConfigBuilder allAttributesPrivate(bool allAttributesPrivate) {
  this._allAttributesPrivate = allAttributesPrivate;
  return this;
}