USE_PROTOCOL_CACHE_POLICY constant
URLRequestCachePolicy
const USE_PROTOCOL_CACHE_POLICY
Use the caching logic defined in the protocol implementation, if any, for a particular URL load request. This is the default policy for URL load requests.
Implementation
static const USE_PROTOCOL_CACHE_POLICY =
URLRequestCachePolicy._internal(0, 0);