getRateLimitTags method
Returns the tags of the active rate limiters.
This function retrieves and returns a list of tags associated with the currently active rate limiters. Rate limiters are used to control the rate at which certain operations are allowed to execute, preventing them from being performed too frequently.
Returns: A list of strings representing the tags of the active rate limiters.
Implementation
Iterable<String> getRateLimitTags() => _rateLimitOperations.keys;