updateLoading method

void updateLoading()

Puts the list into a loading state.

Implementation

void updateLoading() {
  updateState(who: 'handleLoading', loading: true);
}