FirebaseAuthException.needConfirmation constructor

FirebaseAuthException.needConfirmation()

Implementation

FirebaseAuthException.needConfirmation()
    : this(
          'account-exists-with-different-credential',
          'An account already exists with the same email address but different '
              'sign-in credentials. Sign in using a provider associated with this '
              'email address');