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