api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Resets the elapsed count to zero.
This method does not stop or start the Stopwatch.
void reset() { _start = _stop ?? _now(); }