reduce method

The method that returns the new state.

Implementation

@override
TracingState reduce() {
  return state.copyWith(
    historicalActions: {},
  );
}