FirebaseAuthException.unauthorizedDomain constructor

FirebaseAuthException.unauthorizedDomain()

Implementation

FirebaseAuthException.unauthorizedDomain()
    : this(
          'unauthorized-continue-uri',
          'The domain of the continue URL is not whitelisted.  Please whitelist '
              'the domain in the Firebase console');