resourceDataUsingCache_ method

NSData? resourceDataUsingCache_(
  1. bool shouldUseCache
)

Implementation

NSData? resourceDataUsingCache_(bool shouldUseCache) {
  final _ret = _lib._objc_msgSend_258(
      _id, _lib._sel_resourceDataUsingCache_1, shouldUseCache);
  return _ret.address == 0
      ? null
      : NSData._(_ret, _lib, retain: true, release: true);
}