setUserProperty abstract method
User properties are attributes you define to describe segments of your user base, such as language preference or geographic location. These can be used to define audiences for your app. See https://firebase.google.com/docs/analytics/user-properties?platform=android
Implementation
void setUserProperty(String name, String value, {bool force = false});