call method
Executes the use case to get proxies with advanced filtering options
options
contains all the filtering options
Implementation
Future<List<Proxy>> call({
ProxyFilterOptions options = const ProxyFilterOptions(),
}) {
return repository.fetchProxies(options: options);
}