writeToURL method

bool writeToURL(
  1. NSURL url, {
  2. required bool atomically,
})

writeToURL:atomically:

Implementation

bool writeToURL(NSURL url, {required bool atomically}) {
  return _objc_msgSend_1iyq28l(
    object$.ref.pointer,
    _sel_writeToURL_atomically_,
    url.ref.pointer,
    atomically,
  );
}