stopBadApple method
Stops playing Bad Apple and resets the UI.
Implementation
void stopBadApple() {
isPlayingBadApple = false;
badAppleTimer?.cancel();
data = AutonomyData();
badAppleAudioPlayer.stop();
zoom(11);
notifyListeners();
}
Stops playing Bad Apple and resets the UI.
void stopBadApple() {
isPlayingBadApple = false;
badAppleTimer?.cancel();
data = AutonomyData();
badAppleAudioPlayer.stop();
zoom(11);
notifyListeners();
}