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