resetSuccess method

void resetSuccess()

Reset the success state.

Implementation

void resetSuccess() {
  emit(state.copyWith(isSuccess: false));
}