closeZip method

int closeZip(
  1. Pointer<Void> zip
)

Implementation

int closeZip(
  ffi.Pointer<ffi.Void> zip,
) {
  return _closeZip(
    zip,
  );
}