FirebaseAuthException.codeExpired constructor

FirebaseAuthException.codeExpired()

Implementation

FirebaseAuthException.codeExpired()
    : this(
          'code-expired',
          'The SMS code has expired. Please re-send the verification code to try '
              'again');