reset<R extends FastCalculatorResults> static method

FastCalculatorBlocEvent<R> reset<R extends FastCalculatorResults>()

Implementation

static FastCalculatorBlocEvent<R> reset<R extends FastCalculatorResults>() {
  return FastCalculatorBlocEvent<R>(
    type: FastCalculatorBlocEventType.reset,
  );
}