isInWatched method

  1. @override
Future<bool> isInWatched(
  1. Movie movie
)
override

Checks if a movie is in the watched list.

Implementation

@override
Future<bool> isInWatched(Movie movie) => _manager.isInWatched(movie);