idle method

void idle()

Implementation

void idle() {
  if (_loading == false) return;
  _loading = false;
  if (_initialised) notifyListeners();
}