startStopwatch method
void
startStopwatch()
inherited
Implementation
void startStopwatch() {
_stopwatch ??= Stopwatch();
_stopwatch!.start();
}
void startStopwatch() {
_stopwatch ??= Stopwatch();
_stopwatch!.start();
}