LOAD_NO_CACHE constant
CacheMode
const LOAD_NO_CACHE
Don't use the cache, load from the network.
Implementation
static const LOAD_NO_CACHE = CacheMode._internal(2, 2);
Don't use the cache, load from the network.
static const LOAD_NO_CACHE = CacheMode._internal(2, 2);