setOtpTextFieldState method
void
setOtpTextFieldState(
- _OTPTextFieldState state
Called by OTPTextField when it attaches to this controller.
Implementation
void setOtpTextFieldState(_OTPTextFieldState state) {
_otpTextFieldState = state;
}