stop method

  1. @override
void stop()
override

Stops the clock.

Implementation

@override
void stop() {
  _stopwatch.stop();
}