watchLazy abstract method

Stream<void> watchLazy({
  1. bool fireImmediately = false,
})

Watch the collection for changes.

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

Implementation

Stream<void> watchLazy({bool fireImmediately = false});