addUserAgent method
Adds a user agent to the rotator
userAgent
is the user agent to add
Implementation
void addUserAgent(String userAgent) {
_userAgentRotator.addUserAgent(userAgent);
}
Adds a user agent to the rotator
userAgent
is the user agent to add
void addUserAgent(String userAgent) {
_userAgentRotator.addUserAgent(userAgent);
}