toList

abstract fun toList(params: Map<String, Any?> = emptyMap(), onResult: (DataResult<List<Map<String, Any?>>>) -> Unit): Job

Asynchronously fetches a list of rows and passes the result to the onResult callback.