kAutoRetrievalTimeOutDuration constant

Duration const kAutoRetrievalTimeOutDuration

The maximum amount of time you are willing to wait for SMS auto-retrieval to be completed by the library.

Maximum allowed value is 2 minutes.

NOTE: The user can still use the OTP to sign in after autoRetrievalTimeOutDuration duration, but the device will not try to auto-fetch the OTP after this set duration.

Defaults to FirebasePhoneAuthController.kAutoRetrievalTimeOutDuration.

Implementation

static const kAutoRetrievalTimeOutDuration = Duration(minutes: 1);