watch abstract method

Stream<WatchEvent> watch(
  1. String table, {
  2. String? key,
})

Returns a stream of changes. Use the optional key parameter to filter events or leave it empty to get all changes.

Implementation

Stream<WatchEvent> watch(String table, {String? key});