setUserAttributeLocation method
Implementation
void setUserAttributeLocation(
String userAttributeName, MoEGeoLocation location, String appId) {
_channel.invokeMethod(
methodSetUserAttribute,
getUserAttributePayload(
userAttributeName, userAttrTypeLocation, location.toMap(), appId));
}