handleResetErrorEvent method

Stream<FastPlanBlocState> handleResetErrorEvent()

Implementation

Stream<FastPlanBlocState> handleResetErrorEvent() async* {
  yield currentState.copyWith(error: null);
}