clear method
Clear the list of fake events and user properties
Implementation
void clear() {
events.clear();
userId = null;
userProperties.clear();
}
Clear the list of fake events and user properties
void clear() {
events.clear();
userId = null;
userProperties.clear();
}