toggleLoading method

void toggleLoading()

Implementation

void toggleLoading() {
  _state.isLoading = !_state.isLoading;
  notifyListeners();
}