Resets the clock.
Please note that the clock is not stopped after reset. You should call stop if you want to stop the clock.
@override void reset() { _stopwatch.reset(); }