new$ static method

NSNotification new$()
override

new

Implementation

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