dispatchFetchSuccess

fun <T> QueryCommand.Context<T>.dispatchFetchSuccess(data: T, contentEquals: QueryContentEquals<T>? = null)

Dispatches the fetch success.

Parameters

data

The fetched data.