withRotateProxies method
Sets whether to rotate proxies by default
Default is true
Implementation
PivoxBuilder withRotateProxies(bool rotateProxies) {
_rotateProxies = rotateProxies;
return this;
}
Sets whether to rotate proxies by default
Default is true
PivoxBuilder withRotateProxies(bool rotateProxies) {
_rotateProxies = rotateProxies;
return this;
}