NSNotificationCenter.fromPointer constructor

NSNotificationCenter.fromPointer(
  1. Pointer<Void> ptr
)

Implementation

NSNotificationCenter.fromPointer(Pointer<Void> ptr) : super.fromPointer(ptr);