otpState property
OTPState
get
otpState
Implementation
OTPState get otpState => _otpState;
set
otpState
(OTPState state)
Implementation
set otpState(OTPState state) {
if (state == _otpState) return;
_otpState = state;
notifyListeners();
}