onSync property

Event<StoreSyncEvent> onSync
finalinherited

Emitted when the store is persisted to storage. This event can be used as a catchall for any creations, updates, or deletions.

Implementation

abstract final Event<StoreSyncEvent> onSync;