alloc static method

alloc

Implementation

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