Removes a movie from the to-watch list.
@override Future<void> removeFromToWatch(Movie movie) async { await _manager.removeFromToWatch(movie); _invalidateToWatchCache(); }