Checks if a movie is in the to-watch list.
@override Future<bool> isInToWatch(Movie movie) => _manager.isInToWatch(movie);