withRotateProxies method

PivoxBuilder withRotateProxies(
  1. bool rotateProxies
)

Sets whether to rotate proxies by default

Default is true

Implementation

PivoxBuilder withRotateProxies(bool rotateProxies) {
  _rotateProxies = rotateProxies;
  return this;
}