CachedNetwork constructor

CachedNetwork({
  1. String? prefix,
  2. Directory? temporaryDirectory,
  3. Duration? timeout,
})

Implementation

CachedNetwork({this.prefix, this.temporaryDirectory, this.timeout});