init method

  1. @override
NSNotification init()
override

Implementation

@override
NSNotification init() {
  final _ret = _lib._objc_msgSend_2(_id, _lib._sel_init1);
  return NSNotification._(_ret, _lib, retain: true, release: true);
}