watchLazy method

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

Watch the query for changes. If fireImmediately is true, an event will be fired immediately.

Implementation

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