updates property

  1. @override
Stream<UpdateNotification> updates
latefinaloverride-getter

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
late final Stream<UpdateNotification> updates;