bundleWithIdentifier_ static method

NSBundle? bundleWithIdentifier_(
  1. ThermionDartTexture1 _lib,
  2. NSString identifier
)

Implementation

static NSBundle? bundleWithIdentifier_(
    ThermionDartTexture1 _lib, NSString identifier) {
  final _ret = _lib._objc_msgSend_696(_lib._class_NSBundle1,
      _lib._sel_bundleWithIdentifier_1, identifier._id);
  return _ret.address == 0
      ? null
      : NSBundle._(_ret, _lib, retain: true, release: true);
}