removeObserver (key, target, method) public
Defined in packages/ember-runtime/lib/mixins/observable.js:385
Remove an observer you have previously registered on this object. Pass the same key, target, and method you passed to addObserver() and your target will no longer receive notifications.
Parameters:
key String
The key to observer
target Object
The target object to invoke
method String|Function
The method to invoke.