file_cache library

Functions

defaultLoader(String url) Future<HttpClientResponse>
readUtil(RandomAccessFile file, {int charCode = 10}) Future<String>
Stream util for ...

Typedefs

Loader = FutureOr<HttpClientResponse> Function(String url)
A function that produces http response for url, for when a Cache needs to populate an entry.