removeItemAtURL_error_ method

bool removeItemAtURL_error_(
  1. NSURL URL,
  2. Pointer<Pointer<ObjCObject>> error
)

Implementation

bool removeItemAtURL_error_(
    NSURL URL, ffi.Pointer<ffi.Pointer<ObjCObject>> error) {
  return _lib._objc_msgSend_88(
      _id, _lib._sel_removeItemAtURL_error_1, URL._id, error);
}