alloc static method

UIImage alloc()

alloc

Implementation

static UIImage alloc() {
  final $ret = _objc_msgSend_151sglz(_class_UIImage, _sel_alloc);
  return UIImage.fromPointer($ret, retain: false, release: true);
}