setBusy method

void setBusy(
  1. bool value
)

Implementation

void setBusy(bool value) {
  _busy = value;
  notifyListeners();
}