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