clear<R extends FastCalculatorResults> static method

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

Implementation

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