updates property
Broadcast stream that is notified of any table updates.
Unlike in SqliteDatabase.updates, the tables reported here are the higher-level views as defined in the Schema, and exclude the low-level PowerSync tables.
Implementation
@override
/// Broadcast stream that is notified of any table updates.
///
/// Unlike in [SqliteDatabase.updates], the tables reported here are the
/// higher-level views as defined in the [Schema], and exclude the low-level
/// PowerSync tables.
late final Stream<UpdateNotification> updates;