setSharedURLCache static method

void setSharedURLCache(
  1. ThermionDartTexture1 _lib,
  2. NSURLCache value
)

Implementation

static void setSharedURLCache(ThermionDartTexture1 _lib, NSURLCache value) {
  return _lib._objc_msgSend_958(
      _lib._class_NSURLCache1, _lib._sel_setSharedURLCache_1, value._id);
}