flag method
Exactly set, or replace if any previously exists, any state for the
propertyName
to a single true state.
Implies that value is boolean and should only be flagged and cleared.
Implementation
void flag(String propertyName) {
userPropertiesAgent?.flagUserProperty(propertyName);
}