privateAttributeNames method Null safety
Sets a Set
of private attributes to never include the values for in analytics events.
Implementation
LDConfigBuilder privateAttributeNames(Set<String> privateAttributeNames) {
this._privateAttributeNames = privateAttributeNames;
return this;
}