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 05d7a9e commit c1e73ceCopy full SHA for c1e73ce
lib/src/query/property.dart
@@ -11,8 +11,7 @@ class PropertyQuery {
11
}
12
13
void close() {
14
- // FIXME Property query seems to "auto-close" after first use, it shouldn't?
15
- //checkObx(bindings.obx_query_prop_close(_cProp));
+ checkObx(bindings.obx_query_prop_close(_cProp));
16
17
18
bool get distinct => _distinct;
0 commit comments