Removes the personal comments for a movie.
Future<void> removeMovieComments(Movie movie) async { await _prefs.remove('movie_comments_${movie.id}'); notifyListeners(); }