clearAll method
Implementation
Identify clearAll() {
properties.clear();
properties[IdentifyOperation.clearAll.operationType] = Identify.UNSET_VALUE;
return this;
}
Identify clearAll() {
properties.clear();
properties[IdentifyOperation.clearAll.operationType] = Identify.UNSET_VALUE;
return this;
}