withOnBoardingView method

IdenfyFaceAuthUIBuilder withOnBoardingView(
  1. bool isOnBoardingViewNeeded
)

Implementation

IdenfyFaceAuthUIBuilder withOnBoardingView(bool isOnBoardingViewNeeded) {
  this.skipOnBoardingView = !isOnBoardingViewNeeded;
  return this;
}