watch abstract method
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});
Returns a stream of changes.
Use the optional key
parameter to filter events or leave it empty to get
all changes.
Stream<WatchEvent> watch(String table, {String? key});