getAll method
Handler for exclusions.
Returns a list of excluded movies.
Implementation
Future<List<RadarrExclusion>> getAll() async => _commandGetAllExclusions(_client);
Handler for exclusions.
Returns a list of excluded movies.
Future<List<RadarrExclusion>> getAll() async => _commandGetAllExclusions(_client);