unset method

Identify unset(
  1. String property
)

Implementation

Identify unset(String property) {
  _setUserProperty(IdentifyOperation.unset, property, Identify.UNSET_VALUE);
  return this;
}