onTablesChanged property

Stream<({Hlc hlc, Iterable<String> tables})> onTablesChanged

Emits a list of the tables affected by changes in the database and the timestamp at which they happened. Useful for guaranteeing atomic merges across multiple tables.

Implementation

Stream<({Hlc hlc, Iterable<String> tables})> get onTablesChanged =>
    _tableChangesController.stream;