writeToURL method
writeToURL:atomically:
Implementation
bool writeToURL(objc.NSURL url, {required bool atomically}) {
objc.checkOsVersionInternal('NSString.writeToURL:atomically:', iOS: (false, (2, 0, 0)), macOS: (false, (10, 0, 0)));
return _objc_msgSend_1iyq28l(object$.ref.pointer, _sel_writeToURL_atomically_, url.ref.pointer, atomically);
}