watchObjectLazy abstract method

Stream<void> watchObjectLazy(
  1. ID id, {
  2. bool fireImmediately = false,
})

Watch the object with id for changes.

If fireImmediately is true, an event will be fired immediately.

Implementation

Stream<void> watchObjectLazy(ID id, {bool fireImmediately = false});