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