removeObserver_forKeyPath_context_ method

void removeObserver_forKeyPath_context_(
  1. NSObject observer,
  2. NSString keyPath,
  3. Pointer<Void> context
)
inherited

removeObserver:forKeyPath:context:

Implementation

void removeObserver_forKeyPath_context_(
    NSObject observer, NSString keyPath, ffi.Pointer<ffi.Void> context) {
  _objc_msgSend_142(this.pointer, _sel_removeObserver_forKeyPath_context_,
      observer.pointer, keyPath.pointer, context);
}