Cronet_EngineParams_http_cache_mode_set method

void Cronet_EngineParams_http_cache_mode_set(
  1. Pointer<Cronet_EngineParams> self,
  2. int http_cache_mode
)

Implementation

void Cronet_EngineParams_http_cache_mode_set(
  ffi.Pointer<Cronet_EngineParams> self,
  int http_cache_mode,
) {
  return _Cronet_EngineParams_http_cache_mode_set(
    self,
    http_cache_mode,
  );
}