onDelete property

  1. @override
Event<StoreDeleteEvent<SessionData>> onDelete
finalinherited

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