InfiniteQueryMutationHelpers extension
To help with mutation items for infinite queries.
- on
Methods
-
updateItemInInfiniteQuery<
T> ({required String keyPrefix, required dynamic matcher(T), required dynamic updater(T)}) → void -
Available on DAQCache, provided by the InfiniteQueryMutationHelpers extension
Find by thematcher
and replace with theupdater
in all query cache results, that start with thekeyPrefix
, and are of type DAQInfiniteQueryResponse