onError property
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();
Emitted when a key is deleted from the store because of an error The event contains the key and the error description.
@override
final Event<StoreErrorEvent<T>> onError = Event();