setLocation method
Implementation
void setLocation(MoEGeoLocation location, String appId) {
_channel.invokeMethod(
methodSetUserAttribute,
_getUserAttributePayloadJson(userAttrNameLocation, userAttrTypeLocation,
location.toMap(), appId));
}