Saves the current BGM playlist and playback index to storage
@override void save(List<String> playlist, int index) { _storage.write(_keyPlaylist, playlist); _storage.write(_keyIndex, index); }