stopLoading method
void
stopLoading()
Stop loading and go back to idle
Implementation
void stopLoading() {
_state = ButtonState.idle;
_disabled = false;
}
Stop loading and go back to idle
void stopLoading() {
_state = ButtonState.idle;
_disabled = false;
}