Unregister a previously registered callback from this observable.
Register a callback to this observable. When the value is changed, the callback will be called.
Optional
callNow: booleanIf true, the callback will be called once immediately after it's registered. False by default
Optional
group: unknownThe group to use when calling immediately. Only used if callNow is true, and is undefined
by default
An object containing a value which can be efficiently watched for changes.