dispatchFetchResult
inline suspend fun <T> QueryCommand.Context<T>.dispatchFetchResult(key: QueryKey<T>, marker: Marker, noinline callback: QueryCallback<T>?)
Dispatches the fetch result.
Parameters
key
Instance of a class implementing QueryKey.
marker
The marker with additional information based on the caller of a query.
callback
The callback to receive the result of the query.