setChallengeLoading method
Implementation
void setChallengeLoading(bool value) {
state = state.copyWith(challengeLoading: value);
if (value) {
resetSubmitSlide();
}
}
void setChallengeLoading(bool value) {
state = state.copyWith(challengeLoading: value);
if (value) {
resetSubmitSlide();
}
}