clear static method

void clear()

Clear user data

Implementation

static void clear() {
  _userId = null;
  _userProperties.clear();
}