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 130edc9 commit 05e170bCopy full SHA for 05e170b
objectbox/lib/src/native/sync.dart
@@ -583,6 +583,10 @@ class _SyncListenerGroup<StreamValueType> {
583
}
584
585
586
+// Note: because in Dart can't have two classes exported with the same name,
587
+// this class doubles as the annotation class (compare annotations.dart) and
588
+// configuration class for Sync.
589
+
590
/// [ObjectBox Sync](https://objectbox.io/sync/) makes data available and
591
/// synchronized across devices, online and offline.
592
///
0 commit comments