stopTicker method
void
stopTicker()
Implementation
void stopTicker() {
_elapsedSeconds = 0;
_prevTickerElapsedInSeconds = 0;
_ticker?.stop();
}
void stopTicker() {
_elapsedSeconds = 0;
_prevTickerElapsedInSeconds = 0;
_ticker?.stop();
}