cacheValidatedProxies abstract method
Caches a list of validated proxies
proxies
is the list of validated proxies to cache
Implementation
Future<void> cacheValidatedProxies(List<ProxyModel> proxies);
Caches a list of validated proxies
proxies
is the list of validated proxies to cache
Future<void> cacheValidatedProxies(List<ProxyModel> proxies);