enableBackgroundCheck method
dynamic
enableBackgroundCheck(
- dynamic backgroundCheckConfigurationBuilder
Implementation
enableBackgroundCheck(backgroundCheckConfigurationBuilder) {
this.backgroundCheckConfiguration = backgroundCheckConfigurationBuilder;
return this;
}