notLoading method

void notLoading()

Implementation

void notLoading() {
  emit(ButtonProgressState(isLoading: false));
}