addUserAgent method

void addUserAgent(
  1. String userAgent
)

Adds a user agent to the rotator

userAgent is the user agent to add

Implementation

void addUserAgent(String userAgent) {
  _userAgentRotator.addUserAgent(userAgent);
}