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