disableUserDataReview method

dynamic disableUserDataReview()

@deprecated Ignored. Will be removed in a future release

Implementation

disableUserDataReview() {
  this.isUserDataReviewDisabled = true;
  return this;
}