void reset()

in lib/src/stopwatch.dart [69:72]


  void reset() {
    _elapsed = 0;
    if (_start != null) _start = _clock.now();
  }