removeAllCachedResourceValues method

void removeAllCachedResourceValues()

removeAllCachedResourceValues

Implementation

void removeAllCachedResourceValues() {
  objc.checkOsVersionInternal(
    'NSURL.removeAllCachedResourceValues',
    iOS: (false, (7, 0, 0)),
    macOS: (false, (10, 9, 0)),
  );
  _objc_msgSend_1pl9qdv(
    object$.ref.pointer,
    _sel_removeAllCachedResourceValues,
  );
}