setPhoneInputType method
Implementation
OptionsBuilder setPhoneInputType(PhoneInputType? phoneInputType) {
_phoneInputType = phoneInputType;
return this;
}
OptionsBuilder setPhoneInputType(PhoneInputType? phoneInputType) {
_phoneInputType = phoneInputType;
return this;
}