toSingle

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

Asynchronously fetches a single row and passes the result to the onResult callback.