toSingleStrict

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

Asynchronously fetches a single row (non-nullable) and passes the result to the onResult callback.