setRotationStrategy method
Sets the proxy rotation strategy
strategyType
is the type of rotation strategy to use
Implementation
@override
void setRotationStrategy(dynamic strategyType) {
if (strategyType is RotationStrategyType) {
_advancedProxyManager.setRotationStrategy(strategyType);
}
}