USE_PROTOCOL_CACHE_POLICY constant
IOSURLRequestCachePolicy
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 =
IOSURLRequestCachePolicy._internal(0, 0);