Future<void> addPlaylist(String playlistName, {List<String>? list}) async { await _box!.put(playlistName, list ?? []); }