onSync property
Emitted when the store is persisted to storage. This event can be used as a catchall for any creations, updates, or deletions.
Implementation
@override
final Event<StoreSyncEvent> onSync = Event();
Emitted when the store is persisted to storage. This event can be used as a catchall for any creations, updates, or deletions.
@override
final Event<StoreSyncEvent> onSync = Event();