setOtpInputType method

OptionsBuilder setOtpInputType(
  1. OtpInputType? otpInputType
)

Implementation

OptionsBuilder setOtpInputType(OtpInputType? otpInputType) {
  _otpInputType = otpInputType;
  return this;
}