adhara
data_interface
DataInterface
storeHTTPData method
storeHTTPData
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 ==
storeHTTPData method
Future
storeHTTPData
(
dynamic
url
,
dynamic
httpData
)
Implementation
Future storeHTTPData(url, httpData) async { return httpStorageProvider.setData(url, httpData); }