isSendingCode property
bool
get
isSendingCode
Whether OTP is being sent to the given phoneNumber.
Implementation
bool get isSendingCode => !codeSent;
Whether OTP is being sent to the given phoneNumber.
bool get isSendingCode => !codeSent;