watchIsEmpty method

bool watchIsEmpty()

watchIsEmpty method.

Implementation

bool watchIsEmpty() {
  return (_isEmptyObservable ??= select((list) => list.isEmpty)).watch();
}