onCreate property
Emitted when a new key is added to the store.
The event contains the key and the value of type T
.
Implementation
@override
final Event<StoreCreateEvent<T>> onCreate = Event();
Emitted when a new key is added to the store.
The event contains the key and the value of type T
.
@override
final Event<StoreCreateEvent<T>> onCreate = Event();