setBusy method

void setBusy(
  1. bool value
)

Sets the busy status for the Controller and calls notify listeners

Implementation

void setBusy(bool value) => setBusyFor(typeName, value);