reset method

void reset()

Resets the accumulator to empty.

Implementation

void reset() => _acc.fillRange(0, 32, 0);