setPhoneInputType method

OptionsBuilder setPhoneInputType(
  1. PhoneInputType? phoneInputType
)

Implementation

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