onUpdate property

  1. @override
Event<StoreUpdateEvent<SessionData>> onUpdate
finalinherited

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