Sets a durable property on the current user (plan tier, cohort, locale).
Pass null to clear.
null
@override void setUserProperty(String name, String? value) => userProperties[name] = value;