setLocationSharing method

Group setLocationSharing(
  1. bool enabled
)

Sets location sharing as enabled or disabled

Implementation

Group setLocationSharing(bool enabled) {
  return copyWith(locationSharingEnabled: enabled);
}