ProxyLocalDataSource class abstract

Interface for local data source to cache proxies

Implementers

Constructors

ProxyLocalDataSource()

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

cacheProxies(List<ProxyModel> proxies) → Future<void>
Caches a list of proxies
cacheValidatedProxies(List<ProxyModel> proxies) → Future<void>
Caches a list of validated proxies
getCachedProxies() → Future<List<ProxyModel>>
Gets the cached proxies
getCachedValidatedProxies() → Future<List<ProxyModel>>
Gets the cached validated proxies
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited