setUserProperty abstract method

Future<void> setUserProperty(
  1. QUserPropertyKey key,
  2. String value
)

Sets Qonversion reserved user properties, like email or user id.

User properties are attributes you can set on a user level. You can send user properties to third party platforms as well as use them in Qonversion for customer segmentation and analytics.

Note that using QUserPropertyKey.custom here will do nothing. To set custom user property, use setCustomUserProperty method instead.

See more in documentation

Implementation

Future<void> setUserProperty(QUserPropertyKey key, String value);