execute Blocking
fun executeBlocking(query: String, arguments: Map<String, Any?>? = mapOf()): DittoQueryResult
Content copied to clipboard
Non-suspend version of execute. Provides a simpler API to Java where Kotlin Coroutines are not typically used.
Since
4.6.0