setBusy method Null safety
- bool value
Marks the ViewModel as busy and calls notify listeners
Implementation
void setBusy(bool value) {
setBusyForObject(this, value);
}
Marks the ViewModel as busy and calls notify listeners
void setBusy(bool value) {
setBusyForObject(this, value);
}