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