alloc static method

NSNotification alloc()
override

alloc

Implementation

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