0

[Flutter/Dart] What kind of information can I get from the Store.watch() stream? Can I get entity type and entity id of insert/update/delete? Do I get a timestamp as well?

Thanks

-nat

4

1 回答 1

1

Store.watch<EntityT>()为您提供给定实体类型(飞镖类型)的更改。目前无法获取本地更改的确切对象 ID - 这仅适用于通过 ObjectBox Sync 接收的更改(在 a 上SyncClient.changeEvents

于 2021-07-30T07:32:32.270 回答