Store.watch() 活动详情

Store.watch() events detail

[Flutter/Dart] 我可以从 Store.watch() 流中获得什么样的信息? 我可以获取 insert/update/delete 的实体类型和实体 ID 吗?我也会得到时间戳吗?

谢谢

-nat

Store.watch<EntityT>() gives you changes for a given entity type (dart type). There's currently no way to get the exact object IDs for local changes - this is only present for changes received via ObjectBox Sync (on a SyncClient.changeEvents)