setBusy method

void setBusy(
  1. bool value
)

Marks the ViewModel as busy and calls notify listeners

Implementation

void setBusy(bool value) {
  setBusyForObject(this, value);
}