enableBackgroundCheck method

dynamic enableBackgroundCheck(
  1. dynamic backgroundCheckConfigurationBuilder
)

Implementation

enableBackgroundCheck(backgroundCheckConfigurationBuilder) {
  this.backgroundCheckConfiguration = backgroundCheckConfigurationBuilder;
  return this;
}