runTransaction

suspend fun <T> runTransaction(func: suspend Transaction.() -> T): T(source)