dataLoader

fun <T, C> Component<C>.dataLoader(load: suspend () -> Flow<T>): DataLoader<T>

Creates a data loader for the given load function.