reset method

void reset()

set the count to 0

Implementation

void reset() => _count = 0;