closeZipStream method

void closeZipStream(
  1. Pointer<Void> pStream
)

Implementation

void closeZipStream(
  ffi.Pointer<ffi.Void> pStream,
) {
  return _closeZipStream(
    pStream,
  );
}