FirebaseAuthException.tooManyAttemptsTryLater constructor

FirebaseAuthException.tooManyAttemptsTryLater()

Implementation

FirebaseAuthException.tooManyAttemptsTryLater()
    : this(
          'too-many-requests',
          'We have blocked all requests from this device due to unusual activity. '
              'Try again later');