watch method
Creates an auto-updating stream of the result that emits new items whenever any table used in this statement changes.
Implementation
@override
Stream<List<TypedResult>> watch() {
return _watchWithAdditionalTables();
}
Creates an auto-updating stream of the result that emits new items whenever any table used in this statement changes.
@override
Stream<List<TypedResult>> watch() {
return _watchWithAdditionalTables();
}