Cronet_EngineParams_http_cache_mode_get method

int Cronet_EngineParams_http_cache_mode_get(
  1. Pointer<Cronet_EngineParams> self
)

Implementation

int Cronet_EngineParams_http_cache_mode_get(
  ffi.Pointer<Cronet_EngineParams> self,
) {
  return _Cronet_EngineParams_http_cache_mode_get(
    self,
  );
}