onIdle method

void onIdle()

Implementation

void onIdle() {
  _state = StatusIdle();
  notifyListeners();
}