LOAD_CACHE_ELSE_NETWORK constant
AndroidCacheMode
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 = AndroidCacheMode._internal(1, 1);