SetLocation constructor

const SetLocation({
  1. required Location location,
})

Changes the location of the current user. Needs to be called if getOption("is_location_visible") is true and location changes for more than 1 kilometer

Implementation

const SetLocation({
  required this.location,
});