setUserAttribute method
Implementation
void setUserAttribute(
String userAttributeName, dynamic userAttributeValue, String appId) {
_channel.invokeMethod(
methodSetUserAttribute,
getUserAttributePayload(
userAttributeName, userAttrTypeGeneral, userAttributeValue, appId));
}