onError property

  1. @override
Event<StoreErrorEvent<SessionData>> onError
finalinherited

Emitted when a key is deleted from the store because of an error The event contains the key and the error description.

Implementation

@override
final Event<StoreErrorEvent<T>> onError = Event();