We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ce02e commit c7c82deCopy full SHA for c7c82de
objectbox/lib/src/native/store.dart
@@ -521,6 +521,9 @@ class Store {
521
/// If all operations can execute within a single transaction, prefer to use
522
/// [runInTransactionAsync].
523
///
524
+ /// The Store given to the callback does not have to be closed, it is closed
525
+ /// by the worker isolate once the callback returns (or throws).
526
+ ///
527
/// The following example gets the name of a User object, deletes the object
528
/// and returns the name:
529
/// ```dart
0 commit comments