setIdle method

void setIdle()

Sets the busy state to idle.

Implementation

void setIdle() => _busyService.setBusy(false);