clearAll method

Identify clearAll()

Implementation

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