FirebaseAuthException.invalidCode constructor

FirebaseAuthException.invalidCode()

Implementation

FirebaseAuthException.invalidCode()
    : this(
          'invalid-verification-code',
          'The SMS verification code used to create the phone auth credential is '
              'invalid. Please resend the verification code sms and be sure use the '
              'verification code provided by the user');