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});