setRotationStrategy method
Sets the proxy rotation strategy
Implementation
void setRotationStrategy(RotationStrategyType strategyType) {
_strategyType = strategyType;
_rotationStrategy = RotationStrategyFactory.createStrategy(
type: strategyType,
proxies: _validatedProxies,
);
}