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