removeValues method
Reduce property named propertyName.
Removing propertyValues not already included in the state has no effect
and does not error
Implementation
void removeValues(String propertyName, List<String> propertyValues) {
userPropertiesAgent?.removeUserPropertyValues(propertyName, propertyValues);
}