onUpdate property

Stream<TableUpdateEvent<T>> get onUpdate

Fires when a row is updated. oldRow and newRow are both provided on the event. See onInsert for broadcast/ordering semantics.

Implementation

Stream<TableUpdateEvent<T>> get onUpdate => _onUpdateController.stream;