getAll method

Handler for exclusions.

Returns a list of excluded movies.

Implementation

Future<List<RadarrExclusion>> getAll() async =>
    _commandGetAllExclusions(_client);