Dart API Reference
dart:core
Stopwatch
reset
reset
method
Resets the
elapsed
count to zero.
void
reset
( )
Resets the
elapsed
count to zero.
This method does not stop or start the
Stopwatch
.