updateLoading method
void
updateLoading()
Puts the list into a loading state.
Implementation
void updateLoading() {
updateState(who: 'handleLoading', loading: true);
}
Puts the list into a loading state.
void updateLoading() {
updateState(who: 'handleLoading', loading: true);
}