FirebaseAuthException.mfaEnrollmentNotFound constructor

FirebaseAuthException.mfaEnrollmentNotFound()

Implementation

FirebaseAuthException.mfaEnrollmentNotFound()
    : this(
          'multi-factor-info-not-found',
          'The user does not '
              'have a second factor matching the identifier provided.');