onUpdate property
Emitted when a key is updated in some way: overwritten, some piece changes, etc.
The event contains the key and the value of type T
.
Implementation
@override
final Event<StoreUpdateEvent<T>> onUpdate = Event();
Emitted when a key is updated in some way: overwritten, some piece changes, etc.
The event contains the key and the value of type T
.
@override
final Event<StoreUpdateEvent<T>> onUpdate = Event();