UserTrackingOption.withoutUserPosition constructor

const UserTrackingOption.withoutUserPosition({
  1. bool enableTracking = false,
  2. bool unFollowUser = false,
})

Implementation

const UserTrackingOption.withoutUserPosition({
  this.enableTracking = false,
  this.unFollowUser = false,
}) : this.initWithUserPosition = false;