CacheAndNetwork constant

FetchPolicy const CacheAndNetwork

Return result from cache first (if it exists), then return network result once it's available.

Implementation

static const FetchPolicy CacheAndNetwork = _$cacheAndNetwork;