FirebaseAuthException.missingAppCredential constructor

FirebaseAuthException.missingAppCredential()

Implementation

FirebaseAuthException.missingAppCredential()
    : this(
          'missing-app-credential',
          'The phone verification request is missing an application verifier '
              'assertion. A reCAPTCHA response token needs to be provided');