setLocation method

void setLocation(
  1. MoEGeoLocation location,
  2. String appId
)

Implementation

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