LOAD_CACHE_ELSE_NETWORK constant
CacheMode
const LOAD_CACHE_ELSE_NETWORK
Use cached resources when they are available, even if they have expired. Otherwise load resources from the network.
Implementation
static const LOAD_CACHE_ELSE_NETWORK = CacheMode._internal(1, 1);