Gets the next proxy from the internal list
@override Proxy? getNextProxy() { if (_proxies.isEmpty) { return null; } return selectProxy(_proxies); }