@override Future<void> stop() async { await _player.stop(); isStopped.value = true; currentImage.value = ''; currentSongTitle.value = ''; }