call method
Implementation
void call(
StoreSnapshot<S> data,
Event<S> event,
UniqueKey key,
) {
if (key != _key) {
_key = key;
decorated(data, event, key);
}
}
void call(
StoreSnapshot<S> data,
Event<S> event,
UniqueKey key,
) {
if (key != _key) {
_key = key;
decorated(data, event, key);
}
}