getAll method
Handler for movie.
Returns all movies stored in the database.
Implementation
Future<List<RadarrMovie>> getAll() async => _commandGetAllMovies(_client);
Handler for movie.
Returns all movies stored in the database.
Future<List<RadarrMovie>> getAll() async => _commandGetAllMovies(_client);