clearIdentify method

void clearIdentify()

Call this function to stop identifying a person.

If a profile exists, clearIdentify will stop identifying the profile. If no profile exists, request to clearIdentify will be ignored.

Implementation

void clearIdentify() {
  return _platform.clearIdentify();
}