SetLocation constructor
const
SetLocation({
- 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,
});