defaultHttpCache property

HttpCache defaultHttpCache
final

Implementation

static final HttpCache defaultHttpCache = HttpCache(
    maxCacheMemory: 1024 * 1024 * 16, timeout: Duration(minutes: 5));