reduce method
The method that returns the new state.
Implementation
@override
TracingState reduce() {
return state.copyWith(
events: [],
);
}
The method that returns the new state.
@override
TracingState reduce() {
return state.copyWith(
events: [],
);
}