Sets named loading state.
void setNamedState(String name, bool loading) { _namedStates[name] = loading; notifyListeners(); }