isListeningForOtpAutoRetrieve property

bool isListeningForOtpAutoRetrieve

Whether the otp retrieval timer is active or not.

Implementation

bool get isListeningForOtpAutoRetrieve =>
    _otpAutoRetrievalTimer?.isActive ?? false;