fetch

abstract val fetch: suspend QueryReceiver.() -> T(source)

Suspending function to retrieve data.

Receiver

QueryReceiver You can use a custom QueryReceiver within the fetch function.