Search the docs
.ListenLive<T>()
Listen responses from an existing live query.
Method Syntax
db.ListenLive<T>(queryUuid)
queryUuid
await using var liveQuery = db.ListenLive<Person>(queryUuid);// Consume the live query...
Previous
Kill
Next
LiveQuery