adhara
data_interface
DataInterface
DataInterface constructor
DataInterface
DataInterface class
Constructors
DataInterface
Properties
canStore
config
httpStorageProvider
keyValueStorageProvider
networkProvider
hashCode
runtimeType
Methods
createDataStores
delete
getFromHTTP
query
queryOne
save
saveAll
storeHTTPData
update
noSuchMethod
toString
Operators
operator ==
DataInterface constructor
DataInterface
(
Config
config
)
Implementation
DataInterface(this.config) { networkProvider = config.networkProvider; }