applyReducer method

  1. @override
Stream<Accumulator<T>> applyReducer(
  1. Stream<Accumulator<T>> input
)
override

Implementation

@override
Stream<Accumulator<T>> applyReducer(Stream<Accumulator<T>> input) {
  // This Bloc makes no changes to app state.
  return input;
}