Checks if a movie is in the watched list.
@override Future<bool> isInWatched(Movie movie) => _manager.isInWatched(movie);