watch abstract method

HWatch? watch(
  1. String id, {
  2. bool checked = true,
})

Looks up a watch by its unique identifier.

If not found then raise UnknownWatchErr or return null based on checked flag.

Implementation

HWatch? watch(String id, {bool checked = true});