onCreate property

  1. @override
Event<StoreCreateEvent<SessionData>> onCreate
finalinherited

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();