sdk update

This commit is contained in:
root
2026-03-03 08:26:56 +00:00
parent fe8597fe6a
commit b6b3323d75
12 changed files with 37 additions and 20 deletions
@@ -15,6 +15,7 @@ databases.listDocuments(
List.of(), // queries (optional)
"<TRANSACTION_ID>", // transactionId (optional)
false, // total (optional)
0, // ttl (optional)
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();