Cronet_EngineParams_storage_path_set method

void Cronet_EngineParams_storage_path_set(
  1. Pointer<Cronet_EngineParams> self,
  2. Pointer<Int8> storage_path
)

Implementation

void Cronet_EngineParams_storage_path_set(
  ffi.Pointer<Cronet_EngineParams> self,
  ffi.Pointer<ffi.Int8> storage_path,
) {
  return _Cronet_EngineParams_storage_path_set(
    self,
    storage_path,
  );
}