initWithContentsOfFile_ method

UIImage? initWithContentsOfFile_(
  1. NSString path
)

initWithContentsOfFile:

Implementation

UIImage? initWithContentsOfFile_(objc.NSString path) {
  final _ret = _objc_msgSend_62nh5j(this.ref.retainAndReturnPointer(), _sel_initWithContentsOfFile_, path.ref.pointer);
  return _ret.address == 0 ? null : UIImage.castFromPointer(_ret, retain: false, release: true);
}