watch abstract method

Stream<BoxEvent> watch({
  1. dynamic key,
})

Returns a broadcast stream of change events.

If the key parameter is provided, only events for the specified key are broadcasted.

Implementation

Stream<BoxEvent> watch({dynamic key});