onDelete property
Emitted when a key is deleted from the store.
The event contains the key and the value of type T
.
Implementation
@override
final Event<StoreDeleteEvent<T>> onDelete = Event();
Emitted when a key is deleted from the store.
The event contains the key and the value of type T
.
@override
final Event<StoreDeleteEvent<T>> onDelete = Event();