stopBadApple method
inherited
Stops playing Bad Apple and resets the UI.
Implementation
void stopBadApple() {
isPlayingBadApple = false;
data = AutonomyData();
badAppleAudioPlayer.stop();
_badAppleStopwatch.stop();
_badAppleStopwatch.reset();
imagesArchive?.clear();
imagesArchive = null;
zoom(_originalZoom);
notifyListeners();
}