SetBlobExempt method

void SetBlobExempt(
  1. Pointer<Image> arg0,
  2. int arg1
)

Implementation

void SetBlobExempt(
  ffi.Pointer<Image> arg0,
  int arg1,
) {
  return _SetBlobExempt(
    arg0,
    arg1,
  );
}