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 16ada17 commit b2410d1Copy full SHA for b2410d1
packages/powersync/lib/src/database/powersync_db_mixin.dart
@@ -44,6 +44,8 @@ mixin PowerSyncDatabaseMixin implements SqliteConnection {
44
StreamController<SyncStatus> statusStreamController =
45
StreamController<SyncStatus>.broadcast();
46
47
+ @override
48
+
49
/// Broadcast stream that is notified of any table updates.
50
///
51
/// Unlike in [SqliteDatabase.updates], the tables reported here are the
0 commit comments