watch method

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

Implementation

Stream<BoxEvent>? watch({String? key}) => _box!.watch(key: key);